| Package | Description |
|---|---|
| org.squashtest.tm.domain.execution | |
| org.squashtest.tm.domain.testcase |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.EnumPath<TestCaseStatus> |
QExecution.status |
| Modifier and Type | Method and Description |
|---|---|
TestCaseStatus |
Execution.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
Execution.setStatus(TestCaseStatus status) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.EnumPath<TestCaseStatus> |
QTestCase.status |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseStatus |
TestCaseStatus.defaultValue() |
TestCaseStatus |
ExportTestCaseData.getStatus() |
TestCaseStatus |
TestCase.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportTestCaseData.setStatus(TestCaseStatus status) |
void |
TestCase.setStatus(TestCaseStatus status) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.