2019-11-15 22:33:54 +01:00
|
|
|
' Gambas module file
|
|
|
|
|
2020-05-26 21:41:29 +02:00
|
|
|
' Playground for development ...
|
2020-04-25 11:38:52 +02:00
|
|
|
|
|
|
|
|
2020-05-26 20:45:18 +02:00
|
|
|
Public Sub Main()
|
2020-05-23 12:09:34 +02:00
|
|
|
|
|
|
|
' ------------------------------------------------- Interpreter Interface
|
|
|
|
' Dim testclass As Class
|
|
|
|
'
|
|
|
|
' testclass = Class.Load("TestElse")
|
|
|
|
' Test._Add(testclass, "TestElse.TestNote")
|
|
|
|
' testclass = Class.Load("TestAllAsserts")
|
|
|
|
' Test._Add(testclass, "TestAllAsserts")
|
|
|
|
' ' these are already contained, do not increase the numbers of tests!
|
|
|
|
' Test._Add(testclass, "TestAllAsserts.TestNote;TestLike")
|
|
|
|
'
|
|
|
|
' Test._Run()
|
2020-01-24 10:10:39 +01:00
|
|
|
|
2020-05-01 18:59:20 +02:00
|
|
|
End
|