Searched refs:ConfigurationListenerSampleTest (Results 1 – 2 of 2) sorted by relevance
13 TestNG tng = create(ConfigurationListenerSampleTest.class); in listenerShouldBeCalled()14 Assert.assertFalse(ConfigurationListenerSampleTest.m_passed); in listenerShouldBeCalled()16 Assert.assertTrue(ConfigurationListenerSampleTest.m_passed); in listenerShouldBeCalled()
9 import test.configuration.ConfigurationListenerSampleTest.MyTLA;12 public class ConfigurationListenerSampleTest { class