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) ClassDescriptorTestClassRegistry.Entry. descriptorFields in org.junit.support.testng.engine with type parameters of type ClassDescriptor Modifier and Type Field Description private java.util.Set<ClassDescriptor>TestClassRegistry. classDescriptorsprivate java.util.Map<java.lang.Class<?>,ClassDescriptor>TestNGEngineDescriptor. classDescriptorsByTestClassprivate java.util.Map<ClassDescriptor,java.util.Set<org.testng.ITestResult>>ExecutionListener. classLevelFailureResultsMethods in org.junit.support.testng.engine that return ClassDescriptor Modifier and Type Method Description (package private) ClassDescriptorTestDescriptorFactory. createClassDescriptor(org.junit.platform.engine.TestDescriptor parent, java.lang.Class<?> testClass)ClassDescriptorTestNGEngineDescriptor. 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 voidDiscoveryListener. addMethodDescriptor(org.testng.ITestResult result, ClassDescriptor classDescriptor)(package private) MethodDescriptorTestDescriptorFactory. 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) voidTestClassRegistry. finish(java.lang.Class<?> testClass, java.util.function.Predicate<ClassDescriptor> last, java.util.function.Consumer<ClassDescriptor> onLast)(package private) voidTestClassRegistry. finish(java.lang.Class<?> testClass, java.util.function.Predicate<ClassDescriptor> last, java.util.function.Consumer<ClassDescriptor> onLast)(package private) voidTestClassRegistry. 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)
-