Class ClasspathResourceSource
java.lang.Object
org.opentest4j.reporting.events.api.Element<ClasspathResourceSource>
org.opentest4j.reporting.events.api.ChildElement<Sources,ClasspathResourceSource>
org.opentest4j.reporting.events.java.ClasspathResourceSource
- All Implemented Interfaces:
Appendable<ClasspathResourceSource>
The
classpathResourceSource
element of the Java namespace.-
Method Summary
Modifier and TypeMethodDescriptionaddFilePosition
(int line, Optional<Integer> column) Add afilePosition
child element to this element.Methods inherited from class org.opentest4j.reporting.events.api.Element
append, toString, withAttribute, withCDataSection, withContent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opentest4j.reporting.events.api.Appendable
append
-
Method Details
-
addFilePosition
Add afilePosition
child element to this element.- Parameters:
line
- the line numbercolumn
- the column number- Returns:
- this element
-