| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProfileValueSource | |
|---|---|
| org.springframework.test.annotation | Support classes for annotation-driven tests. | 
| org.springframework.test.context.junit38 | Support classes for ApplicationContext-based and transactional tests run with JUnit 3.8 and the Spring TestContext Framework. | 
| Uses of ProfileValueSource in org.springframework.test.annotation | 
|---|
| Classes in org.springframework.test.annotation that implement ProfileValueSource | |
|---|---|
|  class | SystemProfileValueSourceImplementation of ProfileValueSourcewhich uses system properties as
 the underlying source. | 
| Fields in org.springframework.test.annotation declared as ProfileValueSource | |
|---|---|
| protected  ProfileValueSource | AbstractAnnotationAwareTransactionalTests.profileValueSourceProfileValueSourceavailable to subclasses but primarily intended
 for use inAbstractAnnotationAwareTransactionalTests.isDisabledInThisEnvironment(Method). | 
| Methods in org.springframework.test.annotation that return ProfileValueSource | |
|---|---|
| static ProfileValueSource | ProfileValueUtils.retrieveProfileValueSource(Class<?> testClass)Retrieves the ProfileValueSourcetype for the specifiedtest classas configured via the@ProfileValueSourceConfigurationannotation and instantiates a new instance of that type. | 
| Methods in org.springframework.test.annotation with parameters of type ProfileValueSource | |
|---|---|
| static boolean | ProfileValueUtils.isTestEnabledInThisEnvironment(ProfileValueSource profileValueSource,
                               Method testMethod,
                               Class<?> testClass)Determine if the supplied testMethodis enabled
 in the current environment, as specified by the@IfProfileValueannotation, which may be declared
 on the test method itself or at the class level. | 
| Uses of ProfileValueSource in org.springframework.test.context.junit38 | 
|---|
| Fields in org.springframework.test.context.junit38 declared as ProfileValueSource | |
|---|---|
| protected  ProfileValueSource | AbstractJUnit38SpringContextTests.profileValueSourceProfileValueSourceavailable to subclasses but primarily intended
 for internal use to provide support for@IfProfileValue. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||