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
In the .NET Core Project Test strategy in the judge, when we create a unit test class, holding more than 1 test methods, we get an error message:
Failing tests not captured properly, please contact an administrator
This error message, should be improved, to help the users fix the problem easier, e.g.
Failing tests not captured properly, please contact an administrator. Each unit test should have exactly one [Test] method. Do you have multiple test methods in a single class?
This is the line of code, which displays this incorrect message:
In the .NET Core Project Test strategy in the judge, when we create a unit test class, holding more than 1 test methods, we get an error message:
This error message, should be improved, to help the users fix the problem easier, e.g.
This is the line of code, which displays this incorrect message:
judge-worker/OJS.Workers.ExecutionStrategies/CSharp/CSharpProjectTestsExecutionStrategy.cs
Line 204 in 2501455
This is an example test class, which causes the problem:
The text was updated successfully, but these errors were encountered: