specsy icon indicating copy to clipboard operation
specsy copied to clipboard

IDEA's test report is bugged

Open luontola opened this issue 7 years ago • 0 comments

IDEA shows only the first run on tests in a test class, but not the others.

Should probably have a look at how org.junit.jupiter.api.DynamicTest and org.junit.jupiter.api.DynamicContainer do dynamic test registration, because IDEA shows them correctly but not Specsy's tests.

luontola avatar Dec 11 '18 13:12 luontola