Interface TestRunTemplate
-
- All Superinterfaces:
ItemMetadata
,TestRunExecutable
public interface TestRunTemplate extends TestRunExecutable, ItemMetadata
Test Run Template bundle multiple Executable Test Suites and are used to start a new test run with a specific test object.- Since:
- 1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
executableTestSuiteEids()
The Ids of the Executable TestSuites that are used by this Test Run TemplateTestObjectBaseType
supportedBaseType()
The base Test Object Type supported by this Test Run Template-
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 Test Run Template- Returns:
- the TestObjectBaseType
-
executableTestSuiteEids
java.util.Collection<java.lang.String> executableTestSuiteEids()
The Ids of the Executable TestSuites that are used by this Test Run Template- Returns:
- collection of Strings
-
-