Class TestPoint
- java.lang.Object
-
- step.repositories.azure.devops.util.AutoToString
-
- step.repositories.azure.devops.rest.model.TestPoint
-
public class TestPoint extends AutoToString
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TestPoint.Array
-
Field Summary
Fields Modifier and Type Field Description int
id
static RequestSpecification<TestPoint>
SPEC
IntegerIdRef
testCase
-
Constructor Summary
Constructors Constructor Description TestPoint()
-
Method Summary
-
Methods inherited from class step.repositories.azure.devops.util.AutoToString
toString
-
-
-
-
Field Detail
-
id
public int id
-
testCase
public IntegerIdRef testCase
-
SPEC
public static final RequestSpecification<TestPoint> SPEC
-
-