java.lang.Object
org.broadleafcommerce.test.common.condition.ConditionalOnModuleTest.TestBeanConfig
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestBeanConfig
public TestBeanConfig()
-
Method Details
-
beanMethodLoaded
@Bean
@ConditionalOnBroadleafModule(moduleName="CommonTest")
protected String beanMethodLoaded()
-
notLoaded
@Bean
@ConditionalOnBroadleafModule(moduleName="Random Module Name")
protected String notLoaded()