MXUnit has a method mock(), which mocks an object. This doesn't seem to have been implemented in TestBox's MXUnit compat mode.
There is a mock() method nowadays, but it requires a parameter (the classname). The mock() method in mxunit doesn't require an argument and returns an empty mock object when no argument is provided.