Uses of Interface
org.springframework.test.context.ActiveProfilesResolver
Packages that use ActiveProfilesResolver Package Description org.springframework.test.context This package contains the Spring TestContext Framework which provides annotation-driven unit and integration testing support that is agnostic of the actual testing framework in use.org.springframework.test.context.support Support classes for the Spring TestContext Framework.Uses of ActiveProfilesResolver in org.springframework.test.context
Methods in org.springframework.test.context that return types with arguments of type ActiveProfilesResolver Modifier and Type Method Description Class<? extends ActiveProfilesResolver>resolver()The type ofActiveProfilesResolverto use for resolving the active bean definition profiles programmatically.Uses of ActiveProfilesResolver in org.springframework.test.context.support
Classes in org.springframework.test.context.support that implement ActiveProfilesResolver Modifier and Type Class Description classDefaultActiveProfilesResolverDefault implementation of theActiveProfilesResolverstrategy that resolves active bean definition profiles based solely on profiles configured declaratively viaActiveProfiles.profiles()orActiveProfiles.value().