Interface to manually or automatically execute test.
|
static MAXON_METHOD maxon::Result< void > | ExecuteLine (const maxon::String &line, const maxon::Url &location) |
|
static MAXON_METHOD maxon::Result< void > | ExecuteLines (const BaseArray< String > &lines, const Url &testfolder, TestsFinishedDelegate finished, TestsErrorDelegate error, LineDelegate line) |
|
static MAXON_METHOD maxon::Result< void > | ExecuteTests (const Url &testfile, const Url &testfolder, TestsFinishedDelegate finished, TestsErrorDelegate error, LineDelegate line) |
|
static MAXON_METHOD maxon::Bool | IsRunning () |
|
static MAXON_METHOD void | Pause () |
|
static MAXON_METHOD maxon::Bool | IsPaused () |
|
static MAXON_METHOD void | Continue () |
|
static MAXON_METHOD void | Stop () |
|
static MAXON_METHOD Result< void > | AnalyzeFile (const Url &execFolder, const Url &testfile, Bool recursive, AutoExeArgs &functions, AutoExeArgs &commands, AutoExeArgs &classicCommands, AutoExeArgs &pyScripts) |
|
static MAXON_METHOD Url | GetPythonFolder () |
|
static MAXON_METHOD Bool | IsBlocking (const String &ID, Bool contains) |
|