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
Currently JUnit supports MethodFormat=(default|class|full). There was a regression between versions 3.0.98 and 3.0.124 where the DisplayName is no longer used in method format. See spekt/junit.testlogger#57
Proposal
Can we tokenize methodformat to use members from TestResultInfo data structure?
Currently JUnit supports
MethodFormat=(default|class|full)
. There was a regression between versions3.0.98
and3.0.124
where the DisplayName is no longer used in method format. See spekt/junit.testlogger#57Proposal
Can we tokenize methodformat to use members from TestResultInfo data structure?
The text was updated successfully, but these errors were encountered: