StartTesting Method Overloads

Method Description
StartTesting(TestFunction)

Starts running the specified TestFunction. The XJEase function is run asynchronously i.e. control returns immediately from this method and the XJEase code continues to run on a separate thread.

StartTesting(TestCollection)

Starts running the specified TestCollection. The XJEase functions are run asynchronously i.e. control returns immediately from this method and the XJEase code continues to run on a separate thread.