Uses of Class
br.eti.kinoshita.testlinkjavaapi.model.TestCaseStatus

Packages that use TestCaseStatus
br.eti.kinoshita.testlinkjavaapi   
br.eti.kinoshita.testlinkjavaapi.model   
 

Uses of TestCaseStatus in br.eti.kinoshita.testlinkjavaapi
 

Methods in br.eti.kinoshita.testlinkjavaapi with parameters of type TestCaseStatus
 void TestLinkAPI.updateTestCase(String testCaseFullExternalId, String version, String name, String summary, String preconditions, ImportanceLevel importance, ExecutionType executionType, TestCaseStatus status, String estimatedExecutionDuration)
          Update a Test Case.
 

Uses of TestCaseStatus in br.eti.kinoshita.testlinkjavaapi.model
 

Methods in br.eti.kinoshita.testlinkjavaapi.model that return TestCaseStatus
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.
 



Copyright © 2010-2011 the testlink-java-api team-2012. All Rights Reserved.