device-simulation-dotnet/WebService.Test
Peter Felts 8630227130
DotNet 3.1 (#375)
* Initial ASP.Net Core 2.x -> 3.1 conversion. Basic functionality working.

* All dependencies updated.

* comments.

* Build script and dockerfile changes.

* Removed some debug comments.

* Updating Travis configuration to use the .Net Core 3.1 SDK

* PR feedback.
2020-07-24 10:55:27 -07:00
..
IntegrationTests
helpers
v1 DotNet 3.1 (#375) 2020-07-24 10:55:27 -07:00
README.md
WebService.Test.csproj DotNet 3.1 (#375) 2020-07-24 10:55:27 -07:00

README.md

Unit Tests and Integration Tests

Guidelines

Conventions

  • For each class create a test class with "Test" suffix.
  • Flag all the tests with a type, e.g. [Fact, Trait(Constants.Type, Constants.UnitTest)]
  • Store Integration Tests under IntegrationTests/ and use the [Fact, Trait(Constants.Type, Constants.IntegrationTest)] attribute