AbortTest

Top  Previous  Next

Stops the current parameter run but not the simulation. The simulation will continue with the next parameter test.

 

Test results can be filtered in the after test script using the abortTest or SetSilentTestRun functions.

 

This function sets the test.abortTestPending flag to true, so that additional processing in the script could be skipped if necessary. The test will actually abort after the script has finished.

 

Syntax

 

AbortTest

 

Parameters

none

 

 

 

Example

' Abort the test because of invalid parameters

test.AbortTest