Strategy interface for retrieving profile values for a given testing environment.
Concrete implementations must provide a public no-args constructor.
public
Spring provides the following out-of-the-box implementations:
77787980818283848586
} return false; } private String extractEnvironmentValue(IfProfileValue ifProfileValue) { ProfileValueSource profileValueSource = ProfileValueUtils.retrieveProfileValueSource(getTestClass().getJavaClass()); String environmentValue = profileValueSource.get(ifProfileValue.name()); return environmentValue; }