Home
last modified time | relevance | path

Searched refs:ConfigurationListenerSampleTest (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/test/java/test/configuration/
DConfigurationListenerTest.java13 TestNG tng = create(ConfigurationListenerSampleTest.class); in listenerShouldBeCalled()
14 Assert.assertFalse(ConfigurationListenerSampleTest.m_passed); in listenerShouldBeCalled()
16 Assert.assertTrue(ConfigurationListenerSampleTest.m_passed); in listenerShouldBeCalled()
DConfigurationListenerSampleTest.java9 import test.configuration.ConfigurationListenerSampleTest.MyTLA;
12 public class ConfigurationListenerSampleTest { class