Class SmartDirtiesSuiteListener
java.lang.Object
com.github.seregamorph.testsmartcontext.SmartDirtiesTestsSupport
com.github.seregamorph.testsmartcontext.testng.SmartDirtiesSuiteListener
- All Implemented Interfaces:
org.testng.IAlterSuiteListener,org.testng.IMethodInterceptor,org.testng.ITestNGListener
public class SmartDirtiesSuiteListener
extends SmartDirtiesTestsSupport
implements org.testng.IAlterSuiteListener, org.testng.IMethodInterceptor
See description in
SmartDirtiesContextTestExecutionListener.
Reorders TestNG test classes in suite grouping ITs with the same context configuration to minimize number of parallel existing contexts.
For Jupiter test classes - see SmartDirtiesClassOrderer, for
JUnit 4 test classes - see SmartDirtiesPostDiscoveryFilter.
- Author:
- Sergey Chernov
-
Field Summary
Fields inherited from class com.github.seregamorph.testsmartcontext.SmartDirtiesTestsSupport
ENGINE_JUNIT_JUPITER, ENGINE_TESTNG -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.seregamorph.testsmartcontext.SmartDirtiesTestsSupport
classOrderStateMapSize, isInnerClass, setFailureCause, setTestClassesLists, verifyInnerClass
-
Constructor Details
-
SmartDirtiesSuiteListener
public SmartDirtiesSuiteListener()
-
-
Method Details