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

Packages that use TestCaseStep
br.eti.kinoshita.testlinkjavaapi   
br.eti.kinoshita.testlinkjavaapi.model   
br.eti.kinoshita.testlinkjavaapi.util   
 

Uses of TestCaseStep in br.eti.kinoshita.testlinkjavaapi
 

Method parameters in br.eti.kinoshita.testlinkjavaapi with type arguments of type TestCaseStep
 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 TestCaseStep in br.eti.kinoshita.testlinkjavaapi.model
 

Methods in br.eti.kinoshita.testlinkjavaapi.model that return types with arguments of type TestCaseStep
 List<TestCaseStep> TestCase.getSteps()
           
 

Method parameters in br.eti.kinoshita.testlinkjavaapi.model with type arguments of type TestCaseStep
 void TestCase.setSteps(List<TestCaseStep> steps)
           
 

Constructor parameters in br.eti.kinoshita.testlinkjavaapi.model with type arguments of type TestCaseStep
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)
           
 

Uses of TestCaseStep in br.eti.kinoshita.testlinkjavaapi.util
 

Methods in br.eti.kinoshita.testlinkjavaapi.util with parameters of type TestCaseStep
static Map<String,Object> Util.getTestCaseStepMap(TestCaseStep testCaseStep)
           
 



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