6f4c24c3e1
[GB.TEST] * NEW: Assert.IntendedFailure move to Test.IntendedFailure * NEW: TAllAsserts tests all assertions (3 todo left)
9 lines
127 B
Text
9 lines
127 B
Text
' Gambas test file
|
|
|
|
Public Sub SkipAll()
|
|
|
|
Test.Todo("SkipAll has to be finished.")
|
|
Assert.Ok(False)
|
|
'Test.SkipAll()
|
|
|
|
End
|