t_UnitTest_Initializer
Initializer
Code that will execute before each test case.
Description This script will execute before each test case regardless of the unit test's mode - "dirty" or "sequential". It is typically used to set up data on which the test cases will depend. Properties
language : languageTypeThe scripting language for this element.
Defaults to the model scripting language.- See
- Metadata.language
Valid values based on“string”. scheme scheme scripting language
js JavaScript scripting language
Parents
UnitTest - A set of test cases to test Model functionality.
Parent topic: UnitTest