Uses of Class
org.junit.support.testng.engine.ClassDescriptor
-
Uses of ClassDescriptor in org.junit.support.testng.engine
Fields in org.junit.support.testng.engine declared as ClassDescriptorModifier and TypeFieldDescription(package private) final ClassDescriptor
TestClassRegistry.Entry.descriptor
Fields in org.junit.support.testng.engine with type parameters of type ClassDescriptorModifier and TypeFieldDescriptionprivate final Set
<ClassDescriptor> TestClassRegistry.classDescriptors
private final Map
<Class<?>, ClassDescriptor> TestNGEngineDescriptor.classDescriptorsByTestClass
private final Map
<ClassDescriptor, Set<org.testng.ITestResult>> ExecutionListener.classLevelFailureResults
Methods in org.junit.support.testng.engine that return ClassDescriptorModifier and TypeMethodDescription(package private) ClassDescriptor
TestDescriptorFactory.createClassDescriptor
(org.junit.platform.engine.TestDescriptor parent, Class<?> testClass) TestNGEngineDescriptor.findClassDescriptor
(Class<?> testClass) Methods in org.junit.support.testng.engine that return types with arguments of type ClassDescriptorModifier and TypeMethodDescriptionprivate Stream
<ClassDescriptor> TestNGEngineDescriptor.classDescriptors()
(package private) Optional
<ClassDescriptor> private Optional
<ClassDescriptor> DiscoveryListener.getClassDescriptor
(org.testng.ITestResult result) (package private) Set
<ClassDescriptor> TestClassRegistry.getClassDescriptors()
(package private) Set
<ClassDescriptor> TestNGEngineDescriptor.getClassDescriptors()
Methods in org.junit.support.testng.engine with parameters of type ClassDescriptorModifier and TypeMethodDescriptionprivate void
DiscoveryListener.addMethodDescriptor
(org.testng.ITestResult result, ClassDescriptor classDescriptor) (package private) MethodDescriptor
TestDescriptorFactory.createMethodDescriptor
(ClassDescriptor parent, org.testng.ITestResult result) Method parameters in org.junit.support.testng.engine with type arguments of type ClassDescriptorModifier and TypeMethodDescription(package private) void
TestClassRegistry.finish
(Class<?> testClass, Predicate<ClassDescriptor> last, Consumer<ClassDescriptor> onLast) (package private) void
TestClassRegistry.finish
(Class<?> testClass, Predicate<ClassDescriptor> last, Consumer<ClassDescriptor> onLast) (package private) void
TestClassRegistry.start
(Class<?> testClass, Function<Class<?>, ClassDescriptor> onFirst) Constructors in org.junit.support.testng.engine with parameters of type ClassDescriptor