| Package | Description |
|---|---|
| org.squashtest.tm.domain.execution | |
| org.squashtest.tm.domain.testcase |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.EnumPath<TestCaseImportance> |
QExecution.importance |
| Modifier and Type | Method and Description |
|---|---|
TestCaseImportance |
Execution.getImportance() |
| Modifier and Type | Method and Description |
|---|---|
void |
Execution.setImportance(TestCaseImportance importance) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.EnumPath<TestCaseImportance> |
QTestCase.importance |
| Modifier and Type | Method and Description |
|---|---|
TestCaseImportance |
TestCaseImportance.deduceNewImporanceWhenAddCriticality(RequirementCriticality newCriticality)
will deduce the new TestCase importance when a new RequirementCriticality has been added to the associated
RequirementCriticality list of the TestCase.
|
static TestCaseImportance |
TestCaseImportance.deduceTestCaseImportance(List<RequirementCriticality> rCriticalities) |
static TestCaseImportance |
TestCaseImportance.defaultValue() |
TestCaseImportance |
TestCase.getImportance() |
TestCaseImportance |
ExportTestCaseData.getWeight() |
static TestCaseImportance |
TestCaseImportance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseImportance[] |
TestCaseImportance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestCase.setImportance(TestCaseImportance weight) |
void |
ExportTestCaseData.setWeight(TestCaseImportance weight) |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.