Uses of Interface
org.springframework.test.annotation.ProfileValueSource
Packages that use ProfileValueSource Package Description org.springframework.test.annotation Support classes for annotation-driven tests.Uses of ProfileValueSource in org.springframework.test.annotation
Classes in org.springframework.test.annotation that implement ProfileValueSource Modifier and Type Class Description classSystemProfileValueSourceImplementation ofProfileValueSourcewhich uses system properties as the underlying source.Methods in org.springframework.test.annotation that return ProfileValueSource Modifier and Type Method Description static ProfileValueSourceProfileValueUtils. retrieveProfileValueSource(Class<?> testClass)Retrieves theProfileValueSourcetype for the specifiedtest classas configured via the@ProfileValueSourceConfigurationannotation and instantiates a new instance of that type.Methods in org.springframework.test.annotation that return types with arguments of type ProfileValueSource Modifier and Type Method Description Class<? extends ProfileValueSource>value()The type ofProfileValueSourceto use when retrieving profile values.Methods in org.springframework.test.annotation with parameters of type ProfileValueSource Modifier and Type Method Description static booleanProfileValueUtils. isTestEnabledInThisEnvironment(ProfileValueSource profileValueSource, Method testMethod, Class<?> testClass)Determine if the suppliedtestMethodis enabled in the current environment, as specified by the@IfProfileValueannotation, which may be declared on the test method itself or at the class level.