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.
|