Package com.hp.lft.sdk.apitesting.uft
Interface APITestRunner.IAPITestRunner
- Enclosing class:
- APITestRunner
public static interface APITestRunner.IAPITestRunner
- 
Method SummaryModifier and TypeMethodDescription
- 
Method Details- 
runAPITestRunner.ResultWithReport run(String testPath, Map<String, Object> inParams, String profileName) throws GeneralLeanFtException- Throws:
- GeneralLeanFtException
 
- 
runAPITestRunner.ResultWithReport run(String testPath, Map<String, Object> inParams) throws GeneralLeanFtException- Throws:
- GeneralLeanFtException
 
- 
runAPITestRunner.ResultWithReport run(String testPath, String profileName) throws GeneralLeanFtException - Throws:
- GeneralLeanFtException
 
- 
run- Throws:
- GeneralLeanFtException
 
 
-