org.junit.runners.model' classes.See: Description
| Class | Description |
|---|---|
| J8TestClass |
This is an extended test class model that, in addition, is able to discover any
@Test annotated default method of each (either directly or indirectly) implemented
interface. |
According to the goals of J8Unit, this packages contains any required extension of
org.junit.runners.model' classes.
In detail, this package contains the indispensable extension of TestClass in order to
support awareness of default methods. Unfortunately, JUnit does not provide injection of the class model to
be used; Thus, you have to specify an according test runner when running J8Unit tests.
J8TestClass,
J8Unit4,
J8ParameterizedCopyright © 2015. All rights reserved.