| Modifier and Type | Field and Description |
|---|---|
static java.lang.RuntimeException |
EXCEPTION |
| Constructor and Description |
|---|
FrameworkTestCase() |
| Modifier and Type | Method and Description |
|---|---|
static void |
runTestAndExpect(Iterable4 tests,
int expFailures,
boolean checkException) |
static void |
runTestAndExpect(Test test,
int expFailures) |
static void |
runTestAndExpect(Test test,
int expFailures,
boolean checkException) |
void |
testRunsGreen() |
void |
testRunsRed() |
public void testRunsGreen()
public void testRunsRed()
public static void runTestAndExpect(Test test, int expFailures)
public static void runTestAndExpect(Test test, int expFailures, boolean checkException)
public static void runTestAndExpect(Iterable4 tests, int expFailures, boolean checkException)