fc4525708a
[GB.TEST] * OPT: rename testmodules and methods in them, get rid of such a lot "Test"
10 lines
117 B
Text
10 lines
117 B
Text
' Gambas test file
|
|
|
|
Public Sub IHaveAWrongPlan()
|
|
|
|
Test.Plan(1)
|
|
|
|
Assert.Ok(True)
|
|
Assert.NotOk(False)
|
|
|
|
End
|