stif/TestInterface/src/TestModuleIf.cpp
branchRCL_3
changeset 16 8f8df8006c40
parent 8 cfe32394fcd5
child 18 3406c99bc375
equal deleted inserted replaced
14:a9c038d69df8 16:8f8df8006c40
  1401 /*
  1401 /*
  1402 -------------------------------------------------------------------------------
  1402 -------------------------------------------------------------------------------
  1403 
  1403 
  1404     Class: CTestModuleIf
  1404     Class: CTestModuleIf
  1405 
  1405 
       
  1406     Method: GetTestCaseArguments
       
  1407 
       
  1408     Description: Returns test case arguments.
       
  1409 
       
  1410     Parameters: none
       
  1411 
       
  1412     Return Values: test case arguments.
       
  1413 
       
  1414     Errors/Exceptions: None
       
  1415 
       
  1416     Status: proposal
       
  1417 
       
  1418 -------------------------------------------------------------------------------
       
  1419 */
       
  1420 EXPORT_C const TDesC& CTestModuleIf::GetTestCaseArguments() const
       
  1421     {
       
  1422     return iTestExecution->GetTestCaseArguments();
       
  1423     }
       
  1424 
       
  1425 /*
       
  1426 -------------------------------------------------------------------------------
       
  1427 
       
  1428     Class: CTestModuleIf
       
  1429 
  1406     Method: UITesting
  1430     Method: UITesting
  1407 
  1431 
  1408     Description: Gets information if it is UI test or not
  1432     Description: Gets information if it is UI test or not
  1409 
  1433 
  1410     Parameters: none
  1434     Parameters: none