Generic Assertions
These classes are added to hobs.TestCase under .assert namespace to make them available as follow:
new hobs.TestCase()
               .assert.isTrue(...)
                .assert.location(...)
               (...)
               .asserts.exists(...)