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 themethodParameterTypesattribute of this element.Methods inherited from class Element
append, toString, withAttribute, withCDataSection, withContentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Appendable
append
-
Method Details
-
withMethodParameterTypes
Set themethodParameterTypesattribute of this element.- Parameters:
methodParameterTypes- the method parameter types- Returns:
- this element
-