Interface TestObject
-
- All Known Subinterfaces:
AdHocTestObject
public interface TestObject
Until now ETF v2.0.x supports only AdHoc Test Objects. The ETF v2.1. REST API will also support Reusable Test Objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestObjectBaseType
baseType()
java.lang.String
eid()
EID of an item
-
-
-
Method Detail
-
eid
java.lang.String eid()
EID of an item- Returns:
- as non-null string
-
baseType
TestObjectBaseType baseType()
-
-