gambas-source-code/main/lib/test/gb.test/.src/TestMyself/TWrongPlan.test
Christof Thalhofer fc4525708a gb.test rename test modules
[GB.TEST]
* OPT: rename testmodules and methods in them, get rid of such a lot "Test"
2020-05-26 20:45:18 +02:00

10 lines
117 B
Text

' Gambas test file
Public Sub IHaveAWrongPlan()
Test.Plan(1)
Assert.Ok(True)
Assert.NotOk(False)
End