Uses of Interface
org.springframework.test.annotation.ProfileValueSource

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 SystemProfileValueSource
          Implementation of ProfileValueSource which uses system properties as the underlying source.
 

Fields in org.springframework.test.annotation declared as ProfileValueSource
protected  ProfileValueSource AbstractAnnotationAwareTransactionalTests.profileValueSource
          ProfileValueSource available to subclasses but primarily intended for use in AbstractAnnotationAwareTransactionalTests.isDisabledInThisEnvironment(Method).
 

Methods in org.springframework.test.annotation that return ProfileValueSource
static ProfileValueSource ProfileValueUtils.retrieveProfileValueSource(Class<?> testClass)
          Retrieves the ProfileValueSource type for the specified test class as configured via the @ProfileValueSourceConfiguration annotation 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 testMethod is enabled in the current environment, as specified by the @IfProfileValue annotation, 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.profileValueSource
          ProfileValueSource available to subclasses but primarily intended for internal use to provide support for @IfProfileValue.
 



Copyright © 2002-2008 The Spring Framework.