Searched refs:autoAddModuleEnabled (Results 1 – 1 of 1) sorted by relevance
50 private final AtomicReference<Boolean> autoAddModuleEnabled = new AtomicReference<>(); field in TestApplicationComponentManager146 autoAddModuleEnabled.get() == null, in checkStateIsCleared()175 autoAddModuleEnabled.set(null); in clearState()267 autoAddModuleEnabled.get() != null, in tryToCreateComponent()272 componentSupplier().get(registeredModules, testInstance, autoAddModuleEnabled.get())), in tryToCreateComponent()288 autoAddModuleEnabled.get() == null, "autoAddModuleEnabled is already set!"); in setAutoAddModule()289 autoAddModuleEnabled.set(autoAddModule); in setAutoAddModule()293 return autoAddModuleEnabled.get() in requiredModules()