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 ClassDescriptorTestClassRegistry.Entry.descriptorFields in org.junit.support.testng.engine with type parameters of type ClassDescriptorModifier and TypeFieldDescriptionprivate final Set<ClassDescriptor> TestClassRegistry.classDescriptorsprivate final Map<Class<?>, ClassDescriptor> TestNGEngineDescriptor.classDescriptorsByTestClassprivate final Map<ClassDescriptor, Set<org.testng.ITestResult>> ExecutionListener.classLevelFailureResultsMethods in org.junit.support.testng.engine that return ClassDescriptorModifier and TypeMethodDescription(package private) ClassDescriptorTestDescriptorFactory.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 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 ClassDescriptorModifier and TypeMethodDescription(package private) voidTestClassRegistry.finish(Class<?> testClass, Predicate<ClassDescriptor> last, Consumer<ClassDescriptor> onLast) (package private) voidTestClassRegistry.finish(Class<?> testClass, Predicate<ClassDescriptor> last, Consumer<ClassDescriptor> onLast) (package private) voidTestClassRegistry.start(Class<?> testClass, Function<Class<?>, ClassDescriptor> onFirst) Constructors in org.junit.support.testng.engine with parameters of type ClassDescriptor