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 ClassDescriptor Modifier and Type Field Description (package private) ClassDescriptor
TestClassRegistry.Entry. descriptor
Fields in org.junit.support.testng.engine with type parameters of type ClassDescriptor Modifier and Type Field Description private java.util.Set<ClassDescriptor>
TestClassRegistry. classDescriptors
private java.util.Map<java.lang.Class<?>,ClassDescriptor>
TestNGEngineDescriptor. classDescriptorsByTestClass
private java.util.Map<ClassDescriptor,java.util.Set<org.testng.ITestResult>>
ExecutionListener. classLevelFailureResults
Methods in org.junit.support.testng.engine that return ClassDescriptor Modifier and Type Method Description (package private) ClassDescriptor
TestDescriptorFactory. createClassDescriptor(org.junit.platform.engine.TestDescriptor parent, java.lang.Class<?> testClass)
ClassDescriptor
TestNGEngineDescriptor. findClassDescriptor(java.lang.Class<?> testClass)
Methods in org.junit.support.testng.engine that return types with arguments of type ClassDescriptor Modifier and Type Method Description private java.util.stream.Stream<ClassDescriptor>
TestNGEngineDescriptor. classDescriptors()
(package private) java.util.Optional<ClassDescriptor>
TestClassRegistry. get(java.lang.Class<?> testClass)
private java.util.Optional<ClassDescriptor>
DiscoveryListener. getClassDescriptor(org.testng.ITestResult result)
(package private) java.util.Set<ClassDescriptor>
TestClassRegistry. getClassDescriptors()
(package private) java.util.Set<ClassDescriptor>
TestNGEngineDescriptor. getClassDescriptors()
Methods in org.junit.support.testng.engine with parameters of type ClassDescriptor Modifier and Type Method Description private 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 ClassDescriptor Modifier and Type Method Description (package private) void
TestClassRegistry. finish(java.lang.Class<?> testClass, java.util.function.Predicate<ClassDescriptor> last, java.util.function.Consumer<ClassDescriptor> onLast)
(package private) void
TestClassRegistry. finish(java.lang.Class<?> testClass, java.util.function.Predicate<ClassDescriptor> last, java.util.function.Consumer<ClassDescriptor> onLast)
(package private) void
TestClassRegistry. start(java.lang.Class<?> testClass, java.util.function.Function<java.lang.Class<?>,ClassDescriptor> onFirst)
Constructors in org.junit.support.testng.engine with parameters of type ClassDescriptor Constructor Description Entry(ClassDescriptor descriptor)
-