Right now, the test suite of the testrunner relies on a lot of mocks. That's not great, as these tests will succeed even if the Runner class is broken. It also indicates that the Runner is a external dependency of the testrunner package which it is not. Therefore it would be best to reduce the mocks in the tests for the testrunner.
Right now, the test suite of the testrunner relies on a lot of mocks. That's not great, as these tests will succeed even if the
Runnerclass is broken. It also indicates that theRunneris a external dependency of the testrunner package which it is not. Therefore it would be best to reduce the mocks in the tests for the testrunner.