Uses of Enum Class
org.springframework.boot.test.context.SpringBootTest.UseMainMethod
Packages that use SpringBootTest.UseMainMethod
Package
Description
Support for mapping annotation attribute values in the Spring
Environment.-
Uses of SpringBootTest.UseMainMethod in org.springframework.boot.test.context
Subclasses with type arguments of type SpringBootTest.UseMainMethod in org.springframework.boot.test.contextModifier and TypeClassDescriptionstatic enumEnumeration of how the main method of the@SpringBootConfiguration-annotated class is used when creating and running theSpringApplicationunder test.Methods in org.springframework.boot.test.context that return SpringBootTest.UseMainMethodModifier and TypeMethodDescriptionstatic SpringBootTest.UseMainMethodReturns the enum constant of this class with the specified name.static SpringBootTest.UseMainMethod[]SpringBootTest.UseMainMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.