Type to start searching...

Finalizer

Code that will execute after each test case.

Description
This script will execute after each test case regardless of the UnitTest's mode - "dirty" or "sequential". It is typically used to tear down unmanaged resources.
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.