Uses of Class
net.praqma.jenkins.rqm.model.TestCase

Packages that use TestCase
net.praqma.jenkins.rqm   
net.praqma.jenkins.rqm.model   
 

Uses of TestCase in net.praqma.jenkins.rqm
 

Methods in net.praqma.jenkins.rqm that return types with arguments of type TestCase
 List<TestCase> RqmBuildAction.getSelectedTestCases()
           
 

Uses of TestCase in net.praqma.jenkins.rqm.model
 

Methods in net.praqma.jenkins.rqm.model that return TestCase
 TestCase TestCaseExecutionRecord.getTestCase()
           
 TestCase TestCase.initializeSingleResource(String xml)
           
 

Methods in net.praqma.jenkins.rqm.model that return types with arguments of type TestCase
 List<TestCase> TestCase.createOrUpdate(RqmParameterList parameters)
           
 Set<TestCase> TopLevelObject.getAllTestCases()
           
 Set<TestCase> TestSuiteExecutionRecord.getAllTestCases()
           
 Set<TestCase> TestSuite.getTestcases()
           
 Set<TestCase> TestPlan.getTestCases()
           
 List<TestCase> TestCase.read(RqmParameterList parameters)
           
 

Methods in net.praqma.jenkins.rqm.model with parameters of type TestCase
 void TestCaseExecutionRecord.setTestCase(TestCase testCase)
           
 

Method parameters in net.praqma.jenkins.rqm.model with type arguments of type TestCase
 void TestPlan.setTestCases(HashSet<TestCase> testCases)
           
 void TestSuite.setTestcases(Set<TestCase> testcases)
           
 

Constructors in net.praqma.jenkins.rqm.model with parameters of type TestCase
TestCaseExecutionRecord(TestCase testCase)
           
TestCaseExecutionRecord(TestCase testCase, String title)
           
 



Copyright © 2004-2014. All Rights Reserved.