gambas-source-code/main/lib/test/gb.test/.src/TestMyself/TSkipAll.test

10 lines
127 B
Text
Raw Normal View History

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