Interface ExecutableTestSuite
-
- All Superinterfaces:
ItemMetadata
,TestRunExecutable
public interface ExecutableTestSuite extends TestRunExecutable, ItemMetadata
Executable Test Suite objects are used to start a new test run with a specific test object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestObjectBaseType
supportedBaseType()
The base Test Object Type supported by this ETSjava.util.Collection<java.lang.String>
tagEids()
The Ids of the Tags-
Methods inherited from interface de.interactive_instruments.etf.client.ItemMetadata
description, eid, label, version
-
Methods inherited from interface de.interactive_instruments.etf.client.TestRunExecutable
execute, execute, execute, execute, parameters
-
-
-
-
Method Detail
-
supportedBaseType
TestObjectBaseType supportedBaseType()
The base Test Object Type supported by this ETS- Returns:
- the TestObjectBaseType
-
tagEids
java.util.Collection<java.lang.String> tagEids()
The Ids of the Tags- Returns:
- collection of Strings or an empty collection
-
-