' Gambas test file Public Sub SkipAll() Test.Todo("SkipAll has to be finished.") Assert.Ok(False) 'Test.SkipAll() End