Testcase_Base.Teardown (METH)ΒΆ

METHOD PROTECTED Teardown : BOOL

Teardown() is called once after the test is reset. (see CBM.ETrigA.prvResetOutputs).

Overwrite this method, to implement necessary teardown actions after the test is finished. For example reset additional outputs defined by your implementation.

The return value is ignored. Its sole purpose is to satisfy the compiler.

When overwritten, it is NOT REQUIRED to call the base implementation SUPER^.Teardown(), as the base implementation is empty.

InOut:

Scope

Name

Type

Return

Teardown

BOOL