|
||||||||||
| 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(java.lang.String testCaseName,
java.lang.Integer testSuiteId,
java.lang.Integer testProjectId,
java.lang.String authorLogin,
java.lang.String summary,
java.util.List<TestCaseStep> steps,
java.lang.String preconditions,
TestImportance importance,
ExecutionType execution,
java.lang.Integer order,
java.lang.Integer internalId,
java.lang.Boolean checkDuplicatedName,
java.lang.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(java.lang.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(java.lang.Integer id,
java.lang.String name,
java.lang.Integer testSuiteId,
java.lang.Integer testProjectId,
java.lang.String authorLogin,
java.lang.String summary,
java.util.List<TestCaseStep> steps,
java.lang.String preconditions,
TestImportance testImportance,
ExecutionType executionType,
java.lang.Integer order,
java.lang.Integer internalId,
java.lang.Boolean checkDuplicatedName,
java.lang.String actionOnDuplicatedName,
java.lang.Integer versionId,
java.lang.Integer version,
java.lang.Integer parentId,
java.util.List<CustomField> customFields,
ExecutionStatus executionStatus)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||