' Gambas test file Public Sub TestBailout() Test.Note("This will stop all testing immediately") Test.BailOut("Bo-Test") End