Testcase_Base.Setup (METH)ΒΆ

METHOD PROTECTED Setup : BOOL

Setup() is called once before the test ist started. Overwrite this method, if any preparations need to be done before the test is started.

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^.Setup(), as the base implementation is empty.

InOut:

Scope

Name

Type

Return

Setup

BOOL