Uses of Class
org.opentest4j.reporting.events.core.FileSource
-
Packages that use FileSource Package Description org.opentest4j.reporting.events.core -
-
Uses of FileSource in org.opentest4j.reporting.events.core
Methods in org.opentest4j.reporting.events.core that return types with arguments of type FileSource Modifier and Type Method Description Appendable<FileSource>FileSource. addFilePosition(int line, java.util.Optional<java.lang.Integer> column)Add afilePositionchild element to this element.static Factory<FileSource>CoreFactory. fileSource(java.io.File file)Create a factory forFileSourceelements.
-