device-simulation-dotnet/WebService.Test/IntegrationTests
Devis Lucato 15c6855f62 Initialize project with files from template 2017-05-25 18:22:07 -07:00
..
README.md Initialize project with files from template 2017-05-25 18:22:07 -07:00

README.md

Integration Tests

Guidelines

Conventions

  • For each scenario create a test class with "Test" suffix.
  • Flag all the tests with [Fact, Trait(Constants.Type, Constants.IntegrationTest)]