what do I need to do to use the JUnit runner? I ad...
# failgood
r
what do I need to do to use the JUnit runner? I added the junit-platform-launcher dependency, changed the test object to a class, and added the
@Testable
annotation. The green icon appears but I get an unspecified error when I try to run