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
 Map<String,Object> TestLinkAPI.addTestCaseSteps(String testCaseExternalId, Integer version, List<TestCaseStep> testCaseSteps)
          Add a list of TestCaseSteps in a Test Case.
 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.
 Map<String,Object> TestLinkAPI.createTestCaseSteps(String testCaseExternalId, Integer version, TestCaseStepAction action, List<TestCaseStep> testCaseSteps)
          Create, Update or Push a list of TestCaseSteps in a Test Case.
 Map<String,Object> TestLinkAPI.deleteTestCaseSteps(String testCaseExternalId, Integer version, List<TestCaseStep> testCaseSteps)
          Delete a list if TestCaseSteps from a Test Case.
 Map<String,Object> TestLinkAPI.pushTestCaseSteps(String testCaseExternalId, Integer version, List<TestCaseStep> testCaseSteps)
          Push (insert and move down previous steps) a list of TestCaseSteps in a TestCase.
 Map<String,Object> TestLinkAPI.updateTestCaseSteps(String testCaseExternalId, Integer version, List<TestCaseStep> testCaseSteps)
          Update (override) a list of TestCaseSteps in 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 executionOrder, Integer order, Integer internalId, Boolean checkDuplicatedName, String actionOnDuplicatedName, Integer versionId, Integer version, Integer parentId, List<CustomField> customFields, ExecutionStatus executionStatus)
           
 

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

Methods in br.eti.kinoshita.testlinkjavaapi.util that return TestCaseStep
static TestCaseStep Util.getTestCaseStep(Map<String,Object> map)
           
 

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

Method parameters in br.eti.kinoshita.testlinkjavaapi.util with type arguments of type TestCaseStep
static List<Integer> Util.getTestCaseStepsIdList(List<TestCaseStep> testCaseSteps)
           
static List<Map<String,Object>> Util.getTestCaseStepsMap(List<TestCaseStep> testCaseSteps)
           
 



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