public static class TestJUnitCore.OkTest
extends java.lang.Object
Constructor and Description |
---|
OkTest() |
Modifier and Type | Method and Description |
---|---|
void |
after1() |
void |
after2() |
static void |
afterClass1() |
static void |
afterClass2() |
void |
before1() |
void |
before2() |
static void |
beforeClass1() |
static void |
beforeClass2() |
void |
test1() |
void |
test2() |
void |
test3() |
void |
test4() |
public static void beforeClass1()
public static void beforeClass2()
public void before1()
public void before2()
public void test1()
public void test2()
public void test3()
public void test4()
public void after1()
public void after2()
public static void afterClass1()
public static void afterClass2()