Type to start searching...

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 : languageType

The 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.