maeSetMTSMode
maeSetMTSMode(t_testName[?sessiont_sessionName] [@restg_mtsMode] ) =>t/nil
Description
Enables the locally scoped models and options (MTS options) for the specified test.
|
Boolean flag to specify whether to enable or disable the MTS options. |
|
Value Returned
Examples
Enables the MTS options for the test_MTS test.
maeSetMTSMode("test_MTS" t)
=> t
Enables the MTS options for the test_MTS test.
maeSetMTSMode("test_MTS")
=> t
Disables the MTS options for the test_MTS test.
maeSetMTSMode("test_MTS" nil)
=> t
Return to top