| java.lang.Object test.CtorCalledOnce
CtorCalledOnce | public class CtorCalledOnce (Code) | | this test verifys that the test class is instantiated exactly once
regardless of how many test methods we have, showing that TestNG
semantics is quite different from JUnit
|
m_instantiated | public static int m_instantiated(Code) | | |
CtorCalledOnce | public CtorCalledOnce()(Code) | | |
afterTest | public void afterTest()(Code) | | |
testMethod1 | public void testMethod1()(Code) | | |
testMethod2 | public void testMethod2()(Code) | | |
testMethod3 | public void testMethod3()(Code) | | |
|
|