Uses of Class
org.opentest4j.reporting.events.java.ClassSource
Packages that use ClassSource
-
Uses of ClassSource in org.opentest4j.reporting.events.java
Subclasses with type arguments of type ClassSource in org.opentest4j.reporting.events.javaModifier and TypeClassDescriptionclassTheclassSourceelement of the Java namespace.Methods in org.opentest4j.reporting.events.java that return types with arguments of type ClassSourceModifier and TypeMethodDescriptionClassSource.addFilePosition(int line, Optional<Integer> column) Add afilePositionchild element to this element.static Factory<ClassSource> JavaFactory.classSource(String className) Create a factory forClassSourceelements.