Class TestCase
- java.lang.Object
-
- step.repositories.azure.devops.util.AutoToString
-
- step.repositories.azure.devops.rest.model.TestCase
-
- All Implemented Interfaces:
TestArtefact
public class TestCase extends AutoToString implements TestArtefact
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TestCase.Array
-
Field Summary
Fields Modifier and Type Field Description static RequestSpecification<TestCase>
SPEC
IntegerIdRef
testPlan
IntegerIdRef
testSuite
WorkItemWithinTestCase
workItem
-
Constructor Summary
Constructors Constructor Description TestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getArtefactName()
java.lang.String
getArtefactType()
-
Methods inherited from class step.repositories.azure.devops.util.AutoToString
toString
-
-
-
-
Field Detail
-
testPlan
public IntegerIdRef testPlan
-
testSuite
public IntegerIdRef testSuite
-
workItem
public WorkItemWithinTestCase workItem
-
SPEC
public static final RequestSpecification<TestCase> SPEC
-
-
Method Detail
-
getArtefactType
public java.lang.String getArtefactType()
- Specified by:
getArtefactType
in interfaceTestArtefact
-
getArtefactName
public java.lang.String getArtefactName()
- Specified by:
getArtefactName
in interfaceTestArtefact
-
-