Class TogglzTestConfiguration
java.lang.Object
de.otto.edison.testsupport.togglz.TogglzTestConfiguration
@Configuration
@ConditionalOnClass(name="de.otto.edison.togglz.configuration.TogglzConfiguration")
public class TogglzTestConfiguration
extends Object
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.togglz.core.manager.TogglzConfigorg.togglz.core.user.UserProvider
-
Constructor Details
-
TogglzTestConfiguration
public TogglzTestConfiguration()
-
-
Method Details
-
userProvider
@Bean @Profile("test") public org.togglz.core.user.UserProvider userProvider() -
togglzConfig
@Bean @Profile("test") public org.togglz.core.manager.TogglzConfig togglzConfig()
-