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 afilePositionchild element to this element.Methods inherited from class org.opentest4j.reporting.events.api.Element
append, toString, withAttribute, withCDataSection, withContentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opentest4j.reporting.events.api.Appendable
append
-
Method Details
-
addFilePosition
Add afilePositionchild element to this element.- Parameters:
line- the line numbercolumn- the column number- Returns:
- this element
-