| test.junit.BaseTest
BaseTest | abstract public class BaseTest extends TestCase (Code) | | Base JUnit test case to verify TestNG handles
TestCase hierarchies properly.
author: mperham |
getSetUpInvokeCount | public static int getSetUpInvokeCount()(Code) | | |
getTearDownInvokeCount | public static int getTearDownInvokeCount()(Code) | | |
testA | abstract public void testA()(Code) | | |
testB | abstract public void testB()(Code) | | |
|
|