You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new code organization in #476 paves the way for this repository to move towards more idiomatic .NET unit tests. For example:
source and tests in different directories
one test project for each assembly under test (i.e., Shared.CLI.Tests for the Shared.CLI project and Shared.Lib.Tests for the Shared.Lib project.)
test code organization mirroring the assembly under test (e.g., Shared.CLI.Tests.Tools.DefoggerToolTestsrather than Microsoft.CST.OpenSource.Tests.DefoggerTests`)
The text was updated successfully, but these errors were encountered:
The new code organization in #476 paves the way for this repository to move towards more idiomatic .NET unit tests. For example:
Shared.CLI.Tests
for theShared.CLI
project andShared.Lib.Tests
for theShared.Lib
project.)rather than
Microsoft.CST.OpenSource.Tests.DefoggerTests`)The text was updated successfully, but these errors were encountered: