Package org.qubership.atp.ram.models
Class TestCase
java.lang.Object
org.qubership.atp.ram.models.RamObject
org.qubership.atp.ram.models.TestCase
-
Field Summary
Fields inherited from class org.qubership.atp.ram.models.RamObject
ID_FIELD, name, NAME_FIELD, uuid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByScope(UUID testScopeId) Find test case order in specified scope.
-
Constructor Details
-
TestCase
public TestCase()
-
-
Method Details
-
findByScope
Find test case order in specified scope.- Parameters:
testScopeId- scope identifier- Returns:
- scope order
-