public class XRayPlanExecutionResult
A Xray test plan execution result.
public XRayPlanExecutionResult(int success,
int total)
A Xray test plan execution result.
public int getSuccess()
public int getTotal()
public int component1()
public int component2()
@NotNull public XRayPlanExecutionResult copy(int success, int total)
A Xray test plan execution result.
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)