|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestCaseStatus | |
|---|---|
| org.squashtest.csp.tm.domain.execution | |
| org.squashtest.csp.tm.domain.testcase | |
| org.squashtest.csp.tm.service | |
| Uses of TestCaseStatus in org.squashtest.csp.tm.domain.execution |
|---|
| Methods in org.squashtest.csp.tm.domain.execution that return TestCaseStatus | |
|---|---|
TestCaseStatus |
Execution.getStatus()
|
| Methods in org.squashtest.csp.tm.domain.execution with parameters of type TestCaseStatus | |
|---|---|
void |
Execution.setStatus(TestCaseStatus status)
|
| Uses of TestCaseStatus in org.squashtest.csp.tm.domain.testcase |
|---|
| Methods in org.squashtest.csp.tm.domain.testcase that return TestCaseStatus | |
|---|---|
static TestCaseStatus |
TestCaseStatus.defaultValue()
|
TestCaseStatus |
TestCase.getStatus()
|
TestCaseStatus |
ExportTestCaseData.getStatus()
|
static TestCaseStatus |
TestCaseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TestCaseStatus[] |
TestCaseStatus.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 TestCaseStatus | |
|---|---|
List<TestCaseStatus> |
TestCaseSearchCriteria.getStatusFilterSet()
gives the statuses of the test cases we want to match. |
| Methods in org.squashtest.csp.tm.domain.testcase with parameters of type TestCaseStatus | |
|---|---|
void |
TestCase.setStatus(TestCaseStatus status)
|
void |
ExportTestCaseData.setStatus(TestCaseStatus status)
|
| Uses of TestCaseStatus in org.squashtest.csp.tm.service |
|---|
| Methods in org.squashtest.csp.tm.service with parameters of type TestCaseStatus | |
|---|---|
void |
TestCaseModificationService.changeStatus(long testCaseId,
TestCaseStatus status)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||