CanEasy COM-Help
|
Inherits IDispatch.
Allows creating test reports as html and xml
Definition at line 10288 of file cand_tlb.idl.
HRESULT CanEasy::ITestReport::AddEngineerInfo | ( | [in] BSTR | name, |
[in] BSTR | description | ||
) |
Adds information about the engineer
HRESULT CanEasy::ITestReport::AddMiscInfo | ( | [in] BSTR | name, |
[in] BSTR | description | ||
) |
Adds information about the misc
HRESULT CanEasy::ITestReport::AddSetupInfo | ( | [in] BSTR | name, |
[in] BSTR | description | ||
) |
Adds information about the setup
HRESULT CanEasy::ITestReport::AddSUTInfo | ( | [in] BSTR | name, |
[in] BSTR | description | ||
) |
Adds information about the system under test
HRESULT CanEasy::ITestReport::CloseGroup | ( | ) |
Closes the opened group
HRESULT CanEasy::ITestReport::ClosePattern | ( | ) |
Closes the opened pattern
HRESULT CanEasy::ITestReport::CloseTestcase | ( | ) |
Closes the opened test case
HRESULT CanEasy::ITestReport::CloseTestReport | ( | ) |
Closes the test report.
HTML file is created.
HRESULT CanEasy::ITestReport::Comment | ( | [in] BSTR | comment | ) |
Comments added into the test report
HRESULT CanEasy::ITestReport::OpenGroup | ( | [in] BSTR | name, |
[in] BSTR | desc, | ||
[in] BSTR | identifier | ||
) |
Opens a new group
HRESULT CanEasy::ITestReport::OpenPattern | ( | [in] BSTR | name, |
[in] BSTR | desc, | ||
[in] BSTR | identifier | ||
) |
Opens a new pattern
HRESULT CanEasy::ITestReport::OpenTestcase | ( | [in] BSTR | name, |
[in] BSTR | desc, | ||
[in] BSTR | identifier | ||
) |
Opens a new test case
HRESULT CanEasy::ITestReport::SetGroupTitle | ( | [in] BSTR | identifier, |
[in] BSTR | name | ||
) |
Sets the group title name
HRESULT CanEasy::ITestReport::StartTestReport | ( | [in] BSTR | outDir, |
[in] BSTR | name | ||
) |
Start a test report
outDir | Folder to output the test report |
name | File name of the test report |
HRESULT CanEasy::ITestReport::Step | ( | [in] BSTR | identifier, |
[in] BSTR | desc, | ||
[in, optional] VARIANT | level | ||
) |
Step added into the test report
HRESULT CanEasy::ITestReport::StepErrorInTestSystem | ( | [in] BSTR | identifier, |
[in] BSTR | desc, | ||
[in, optional] VARIANT | level | ||
) |
TestSystem errror step added into the test report
HRESULT CanEasy::ITestReport::StepFail | ( | [in] BSTR | identifier, |
[in] BSTR | desc, | ||
[in, optional] VARIANT | level | ||
) |
Failed step added into the test report
HRESULT CanEasy::ITestReport::StepInconclusive | ( | [in] BSTR | identifier, |
[in] BSTR | desc, | ||
[in, optional] VARIANT | level | ||
) |
Inconclusive step added into the test report
HRESULT CanEasy::ITestReport::StepPass | ( | [in] BSTR | identifier, |
[in] BSTR | desc, | ||
[in, optional] VARIANT | level | ||
) |
Passed step added into the test report
HRESULT CanEasy::ITestReport::StepWarning | ( | [in] BSTR | identifier, |
[in] BSTR | desc, | ||
[in, optional] VARIANT | level | ||
) |
Warning step added into the test report
|
getset |
Description of the test report
|
getset |
Filename where to write the test report
|
get |
Returns to group level
|
getset |
Title of the test report