Class DefaultActiveProfilesResolver

java.lang.Object
org.springframework.test.context.support.DefaultActiveProfilesResolver
All Implemented Interfaces:
ActiveProfilesResolver

public class DefaultActiveProfilesResolver extends Object implements ActiveProfilesResolver
Default implementation of the ActiveProfilesResolver strategy that resolves active bean definition profiles based solely on profiles configured declaratively via ActiveProfiles.profiles() or ActiveProfiles.value().
Since:
4.1
Author:
Sam Brannen
See Also: