Contents

invokeTest()

Invokes the test.

Declaration

func invokeTest()

Discussion

Invoking a test performs its setup, invocation, and teardown. In general this should not be called directly.

See Also

Creating Tests Programmatically