Uses of Class
org.opentest4j.reporting.events.java.ClassSource
-
Packages that use ClassSource Package Description org.opentest4j.reporting.events.java -
-
Uses of ClassSource in org.opentest4j.reporting.events.java
Methods in org.opentest4j.reporting.events.java that return types with arguments of type ClassSource Modifier and Type Method Description Appendable<ClassSource>
ClassSource. addFilePosition(int line, java.util.Optional<java.lang.Integer> column)
Add afilePosition
child element to this element.static Factory<ClassSource>
JavaFactory. classSource(java.lang.String className)
Create a factory forClassSource
elements.
-