Searched refs:listenerFactoryClass (Results 1 – 1 of 1) sorted by relevance
256 private Class<? extends ITestNGListenerFactory> listenerFactoryClass; field in TestRunner.ListenerHolder275 if (result.listenerFactoryClass == null) { in findAllListeners()276 result.listenerFactoryClass = (Class<? extends ITestNGListenerFactory>) c; in findAllListeners()280 "ITestNGListenerFactory:" + c + " and " + result.listenerFactoryClass); in findAllListeners()297 Class<? extends ITestNGListenerFactory> listenerFactoryClass = null; in initListeners() local302 if (listenerFactoryClass == null) { in initListeners()303 listenerFactoryClass = listenerHolder.listenerFactoryClass; in initListeners()318 IClass ic = m_testClassFinder.getIClass(listenerFactoryClass); in initListeners()324 listenerFactory = listenerFactoryClass != null ? listenerFactoryClass.newInstance() : null; in initListeners()