|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestImportance | |
|---|---|
| br.eti.kinoshita.testlinkjavaapi | |
| br.eti.kinoshita.testlinkjavaapi.model | |
| Uses of TestImportance in br.eti.kinoshita.testlinkjavaapi |
|---|
| Methods in br.eti.kinoshita.testlinkjavaapi with parameters of type TestImportance | |
|---|---|
TestCase |
TestLinkAPI.createTestCase(String testCaseName,
Integer testSuiteId,
Integer testProjectId,
String authorLogin,
String summary,
List<TestCaseStep> steps,
String preconditions,
TestImportance importance,
ExecutionType execution,
Integer order,
Integer internalId,
Boolean checkDuplicatedName,
String actionOnDuplicatedName)
Creates a Test Case. |
| Uses of TestImportance in br.eti.kinoshita.testlinkjavaapi.model |
|---|
| Methods in br.eti.kinoshita.testlinkjavaapi.model that return TestImportance | |
|---|---|
TestImportance |
TestCase.getTestImportance()
|
static TestImportance |
TestImportance.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TestImportance[] |
TestImportance.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in br.eti.kinoshita.testlinkjavaapi.model with parameters of type TestImportance | |
|---|---|
void |
TestCase.setTestImportance(TestImportance testImportance)
|
| Constructors in br.eti.kinoshita.testlinkjavaapi.model with parameters of type TestImportance | |
|---|---|
TestCase(Integer id,
String name,
Integer testSuiteId,
Integer testProjectId,
String authorLogin,
String summary,
List<TestCaseStep> steps,
String preconditions,
TestImportance testImportance,
ExecutionType executionType,
Integer order,
Integer internalId,
Boolean checkDuplicatedName,
String actionOnDuplicatedName,
Integer versionId,
Integer parentId,
List<CustomField> customFields)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||