Uses of Class
it.tidalwave.bluemarine2.commons.test.SpringTestSupport.LifeCycle
-
Packages that use SpringTestSupport.LifeCycle Package Description it.tidalwave.bluemarine2.commons.test -
-
Uses of SpringTestSupport.LifeCycle in it.tidalwave.bluemarine2.commons.test
Methods in it.tidalwave.bluemarine2.commons.test that return SpringTestSupport.LifeCycle Modifier and Type Method Description static SpringTestSupport.LifeCycle
SpringTestSupport.LifeCycle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpringTestSupport.LifeCycle[]
SpringTestSupport.LifeCycle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in it.tidalwave.bluemarine2.commons.test with parameters of type SpringTestSupport.LifeCycle Constructor Description SpringTestSupport(SpringTestSupport.LifeCycle lifeCycle, java.lang.String... configLocations)
-