Uses of Class
org.junit.support.testng.engine.TestDescriptorFactory
-
-
Uses of TestDescriptorFactory in org.junit.support.testng.engine
Fields in org.junit.support.testng.engine declared as TestDescriptorFactory Modifier and Type Field Description private TestDescriptorFactory
TestNGEngineDescriptor. testDescriptorFactory
private TestDescriptorFactory
TestNGSelectorResolver. testDescriptorFactory
Methods in org.junit.support.testng.engine that return TestDescriptorFactory Modifier and Type Method Description private TestDescriptorFactory
ExecutionListener. getTestDescriptorFactory()
TestDescriptorFactory
TestNGEngineDescriptor. getTestDescriptorFactory()
Constructors in org.junit.support.testng.engine with parameters of type TestDescriptorFactory Constructor Description TestNGSelectorResolver(java.util.function.Predicate<java.lang.String> classNameFilter, TestDescriptorFactory testDescriptorFactory)
-