| Package | Description |
|---|---|
| org.squashtest.tm.domain.execution | |
| org.squashtest.tm.domain.testcase |
| Modifier and Type | Method and Description |
|---|---|
TestCaseType |
Execution.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Execution.setType(TestCaseType type) |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseType |
TestCaseType.defaultValue() |
TestCaseType |
ExportTestCaseData.getType() |
TestCaseType |
TestCase.getType() |
static TestCaseType |
TestCaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseType[] |
TestCaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestCaseType> |
TestCaseSearchCriteria.getTypeFilterSet()
gives the types of the test cases we want to match.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportTestCaseData.setType(TestCaseType type) |
void |
TestCase.setType(TestCaseType type) |
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.