2020-02-23 12:38:53 +01:00
|
|
|
' Gambas test file
|
2019-12-30 22:10:37 +01:00
|
|
|
|
2020-05-26 20:45:18 +02:00
|
|
|
Public Sub Bailout()
|
2019-12-30 22:10:37 +01:00
|
|
|
|
2020-04-27 12:01:47 +02:00
|
|
|
Test.Note("This will stop all testing immediately")
|
|
|
|
Test.BailOut("Bo-Test")
|
2019-12-30 22:10:37 +01:00
|
|
|
|
2019-12-31 01:47:37 +01:00
|
|
|
End
|