RunGoogleTests¶
- MacroModule¶
genre
author
package
definition
see also
RunGenericTestCases,RunFunctionalTestCases,RunPythonTests,DetermineTestsOfModulekeywords
retest,functional,test,case,manual
Purpose¶
This module executes GoogleTests from a test list.
Usage¶
Connect an object that implements the AssociatedTests interface. The GUI will show the GoogleTests contained in this object. Press Run Tests to execute the tests. The test outcome (separated into output and errors) will be displayed in the GUI as well.
Windows¶
Default Panel¶
Input Fields¶
inAnalysisResult¶
- name: inAnalysisResult, type: MLBase¶
An object that implements the AssociatedTests interface.
Parameter Fields¶
Visible Fields¶
Run Tests¶
- name: runTests, type: Trigger, deprecated name: update¶
Trigger this to execute the connected tests.
Test List¶
- name: outTestList, type: String, persistent: no¶
A list of the GoogleTests contained in the input object.
GoogleTest Output¶
- name: outTestResults, type: String, persistent: no¶
The standard output of the executed GoogleTests.
GoogleTest Errors¶
- name: outTestErrors, type: String, persistent: no¶
The error output of the executed GoogleTests.