in src/main/java/org/apache/sling/testing/mock/caconfig/ContextPlugins.java [52:59]
public void beforeSetUp(@NotNull SlingContextImpl context) throws Exception {
// register models injector and it's dependencies before setup, to ensure it is present
// before sling models are auto-detected from classpath
registerConfigurationResourceResolver(context);
registerConfigurationResolver(context);
registerConfigurationManagement(context);
registerModelsInjector(context);
}