Class Result
- java.lang.Object
-
- org.opentest4j.reporting.events.api.Element<T>
-
- org.opentest4j.reporting.events.api.ChildElement<Event,Result>
-
- org.opentest4j.reporting.events.core.Result
-
- All Implemented Interfaces:
Appendable<Result>
public class Result extends ChildElement<Event,Result>
Theresult
element of the core namespace.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Result.Status
Enum of values for thestatus
attribute of theresult
element.
-
Method Summary
-
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
-
-