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