For some of our tests we need to leverage methods in TestCase.cfc from a separate object instance than the one the tests are being run via.
We call init() on TestCase when we create the object.
TestBox's implementation of TestCase does not have an init() method, it seems.