Let's start with some very basic tests. The basic class WB has a generic getter and setter function. This allows you to store pretty much everything inside a static class variable and still have global access to it. See, if this global-var-replacement works...
Base.Param | |||
name | value | set() | get() |
foo | bar | true | bar |
another | value | true | value |
See whether basic class loader works
Base.Class | |||
name | load() | ||
Does_Not_Exits | false | ||
WBLog_Echo | true | ||
WBLog | true |
Show summery of all tests
fit.Summary |