gambas-source-code/main/lib/test/gb.test/.src/TestMyself/TSkipAll.test
Christof Thalhofer 6f4c24c3e1 gb.test test all assertions
[GB.TEST]
* NEW: Assert.IntendedFailure move to Test.IntendedFailure
* NEW: TAllAsserts tests all assertions (3 todo left)
2020-05-28 11:14:58 +02:00

9 lines
127 B
Text

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