Uses of Interface
org.confng.testng.ConfNGListener
-
Packages that use ConfNGListener Package Description org.confng.testng -
-
Uses of ConfNGListener in org.confng.testng
Classes in org.confng.testng that implement ConfNGListener Modifier and Type Class Description classTestNGParameterListenerTestNG listener that automatically captures test parameters and makes them available to ConfNG as a configuration source.Methods in org.confng.testng that return types with arguments of type ConfNGListener Modifier and Type Method Description List<ConfNGListener>TestNGListenerChain. getListeners()Gets all registered listeners in priority order.Methods in org.confng.testng with parameters of type ConfNGListener Modifier and Type Method Description voidTestNGListenerChain. initialize(ConfNGListener coreListener)Initializes the listener chain by discovering and loading all registered listeners.
-