Uses of Interface
org.testng.ListenerComparator
Packages that use ListenerComparator
-
Uses of ListenerComparator in org.testng
Methods in org.testng that return ListenerComparatorMethods in org.testng with parameters of type ListenerComparatorModifier and TypeMethodDescriptionvoidTestNG.setListenerComparator(ListenerComparator listenerComparator) static <T extends ITestNGListener>
Collection<T> ListenerComparator.sort(Collection<T> list, ListenerComparator comparator) static <T extends ITestNGListener>
List<T> ListenerComparator.sort(List<T> list, ListenerComparator comparator) -
Uses of ListenerComparator in org.testng.internal
Methods in org.testng.internal that return ListenerComparatorModifier and TypeMethodDescriptionConfiguration.getListenerComparator()IConfiguration.getListenerComparator()Methods in org.testng.internal with parameters of type ListenerComparatorModifier and TypeMethodDescriptionstatic <T extends ITestNGListener>
List<T> ListenerOrderDeterminer.order(Collection<T> original, ListenerComparator comparator) static <T extends ITestNGListener>
List<T> ListenerOrderDeterminer.reversedOrder(Collection<T> original, ListenerComparator comparator) static voidTestListenerHelper.runPostConfigurationListeners(ITestResult tr, ITestNGMethod tm, List<IConfigurationListener> listeners, IConfigurationListener internal, ListenerComparator comparator) static voidTestListenerHelper.runPreConfigurationListeners(ITestResult tr, ITestNGMethod tm, List<IConfigurationListener> listeners, IConfigurationListener internal, ListenerComparator comparator) voidConfiguration.setListenerComparator(ListenerComparator comparator) voidIConfiguration.setListenerComparator(ListenerComparator comparator)