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
Based on spekt/junit.testlogger#42 we determined that parameterized test data is passed in the display name, not the fully qualified name. For example:
Based on spekt/junit.testlogger#42 we determined that parameterized test data is passed in the display name, not the fully qualified name. For example:
Provides:
FullyQalifiedName = TestProject1.UnitTest1.Some_Test_Method
in my test project and aDisplayName = Some_Test_Method (True)
We need a new ITestAdapter to fix this
The text was updated successfully, but these errors were encountered: