|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestCaseNature | |
|---|---|
| org.squashtest.csp.tm.domain.execution | |
| org.squashtest.csp.tm.domain.testcase | |
| org.squashtest.csp.tm.service | |
| Uses of TestCaseNature in org.squashtest.csp.tm.domain.execution |
|---|
| Methods in org.squashtest.csp.tm.domain.execution that return TestCaseNature | |
|---|---|
TestCaseNature |
Execution.getNature()
|
| Methods in org.squashtest.csp.tm.domain.execution with parameters of type TestCaseNature | |
|---|---|
void |
Execution.setNature(TestCaseNature nature)
|
| Uses of TestCaseNature in org.squashtest.csp.tm.domain.testcase |
|---|
| Methods in org.squashtest.csp.tm.domain.testcase that return TestCaseNature | |
|---|---|
static TestCaseNature |
TestCaseNature.defaultValue()
|
TestCaseNature |
TestCase.getNature()
|
TestCaseNature |
ExportTestCaseData.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. |
| Methods in org.squashtest.csp.tm.domain.testcase that return types with arguments of type TestCaseNature | |
|---|---|
List<TestCaseNature> |
TestCaseSearchCriteria.getNatureFilterSet()
gives the natures of the test cases we want to match. |
| Methods in org.squashtest.csp.tm.domain.testcase with parameters of type TestCaseNature | |
|---|---|
void |
TestCase.setNature(TestCaseNature nature)
|
void |
ExportTestCaseData.setNature(TestCaseNature nature)
|
| Uses of TestCaseNature in org.squashtest.csp.tm.service |
|---|
| Methods in org.squashtest.csp.tm.service with parameters of type TestCaseNature | |
|---|---|
void |
TestCaseModificationService.changeNature(long testCaseId,
TestCaseNature nature)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||