specsy icon indicating copy to clipboard operation
specsy copied to clipboard

BDD-style unit-level testing framework for Java/Scala/Groovy. Safely isolates mutable state. Unlimited nesting.

Results 2 specsy issues
Sort by recently updated
recently updated
newest added

I'm trying Specsy, but when I run `mvn clean test` I get the following error, and I don't know how to proceed. ``` org.apache.maven.surefire.util.SurefireReflectionException: java.lang.reflect.InvocationTargetException; nested exception is java.lang.reflect.InvocationTargetException: null...

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,...