public class DefaultTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
RepeatRule |
repeatRule
To repeat a test a given number of times.
|
org.junit.rules.TestName |
testName |
org.junit.rules.TestWatcher |
watcher |
Constructor and Description |
---|
DefaultTest() |
Modifier and Type | Method and Description |
---|---|
void |
afterMethod() |
void |
beforeMethod() |
void |
test() |
static void |
testAll(java.lang.Class<?>... classes) |
static void |
testAll(java.util.List<java.lang.Class<?>> classes) |
void |
testPackage() |
public org.junit.rules.TestName testName
public RepeatRule repeatRule
public org.junit.rules.TestWatcher watcher
public void beforeMethod()
public void afterMethod()
public static void testAll(java.util.List<java.lang.Class<?>> classes) throws java.lang.ClassNotFoundException
classes
- java.lang.ClassNotFoundException
public static void testAll(java.lang.Class<?>... classes)
classes
- public void test()
public void testPackage() throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException