|
API C#
|
Public Member Functions | |
| List< string > | GetImplementedTestsProductList () |
| void | LoadConfigurationFile () |
| string | GetScenarioLocation () |
| string | GetReportLocation () |
| void | LogActivity (string entry) |
| void | LoadManualTestIntoSystem () |
| void | SaveTestReportPathConfiguration (string path) |
| void | SaveTestScenarioPathConfiguration (string path) |
| bool | EvaluateCurrentScenario () |
| bool | FinalizeScenario () |
| bool | ValidateScenario () |
| bool | GenerateReport (string path) |
| void | CReportGeneratorPDF (List< CManualTestScenario > scenarioList, string path) |
Properties | |
| string | ReportSpecificLocation [get, set] |
|
Dictionary< string, List < string > > | ManualTestNameBook [get, set] |
|
Dictionary< string, List < CManualTest > > | ManualTestBook [get, set] |
|
Dictionary< string, List < CManualTestScenario > > | ManualTestScenarioBook [get, set] |
| CManualTest | ActiveTest [get, set] |
| List< CAbstractInstructionGUI > | ListeInstructionGUI [get, set] |
| bool | TestResult [get] |
| bool | IsTestInprogress [get, set] |
| int | IndexCurrentInstruction [get, set] |
| CManualTestScenario | ActiveScenario [get, set] |
| bool | CurrentlyStreaming [get, set] |
| void Kinova.GUI.TestSuite.CInstructionTestManager.LoadManualTestIntoSystem | ( | ) |
todo