fc4525708a
[GB.TEST] * OPT: rename testmodules and methods in them, get rid of such a lot "Test"
8 lines
131 B
Text
8 lines
131 B
Text
' Gambas test file
|
|
|
|
Public Sub Bailout()
|
|
|
|
Test.Note("This will stop all testing immediately")
|
|
Test.BailOut("Bo-Test")
|
|
|
|
End
|