Class MethodSource
- java.lang.Object
-
- org.opentest4j.reporting.events.api.Element<T>
-
- org.opentest4j.reporting.events.api.ChildElement<Sources,MethodSource>
-
- org.opentest4j.reporting.events.java.MethodSource
-
- All Implemented Interfaces:
Appendable<MethodSource>
public class MethodSource extends ChildElement<Sources,MethodSource>
ThemethodSource
element of the Java namespace.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodSource
withMethodParameterTypes(java.lang.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 Detail
-
withMethodParameterTypes
public MethodSource withMethodParameterTypes(java.lang.String methodParameterTypes)
Set themethodParameterTypes
attribute of this element.- Parameters:
methodParameterTypes
- the method parameter types- Returns:
- this element
-
-