Class MethodSource
java.lang.Object
org.opentest4j.reporting.events.api.Element<MethodSource>
org.opentest4j.reporting.events.api.ChildElement<Sources,MethodSource>
org.opentest4j.reporting.events.java.MethodSource
- All Implemented Interfaces:
Appendable<MethodSource>
The
methodSource
element of the Java namespace.-
Method Summary
Modifier and TypeMethodDescriptionwithMethodParameterTypes
(String methodParameterTypes) Set themethodParameterTypes
attribute of 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
-
withMethodParameterTypes
Set themethodParameterTypes
attribute of this element.- Parameters:
methodParameterTypes
- the method parameter types- Returns:
- this element
-