To provide different injectable objects for classes, we provide the special @injector.test_case(fixtures_dict) or @injector.with_fixture(cls, replacement_cls) decorators. These should be used on test_case
@injector.test_case(fixtures_dict)
@injector.with_fixture(cls, replacement_cls)