fix scope of tests #44
Annotations
4 errors
Test testing-code:
exercises/testing-code/solution/Tests/ActivityTest.cs#L7
Test classes must be public. Add or change the visibility modifier of the test class to public. (https://xunit.net/xunit.analyzers/rules/xUnit1000)
|
Test testing-code:
exercises/testing-code/solution/Tests/TranslationWorkflowTests.cs#L9
Test classes must be public. Add or change the visibility modifier of the test class to public. (https://xunit.net/xunit.analyzers/rules/xUnit1000)
|
Test testing-code:
exercises/testing-code/solution/Tests/TranslationWorkflowMockTests.cs#L9
Test classes must be public. Add or change the visibility modifier of the test class to public. (https://xunit.net/xunit.analyzers/rules/xUnit1000)
|
Test testing-code
Process completed with exit code 1.
|
Loading