Uses of Class
com.jamasoftware.contour.domain.TestResult

Packages that use TestResult
com.jamasoftware.contour.dao   
 

Uses of TestResult in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return TestResult
 TestResult TestResultDao.getTestResult(java.lang.Integer resultId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type TestResult
 java.util.List<TestResult> TestResultDao.getTestResults(java.lang.Integer testCaseId)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type TestResult
 void TestResultDao.deleteTestResult(TestResult testResult)
           
 void TestResultDao.saveTestResult(TestResult testResult)
           
 



Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.