| org.springframework.test.annotation.ProfileValueSource |
Known Indirect Subclasses
| |||||||||||||
Strategy interface for retrieving profile values for a given testing environment.
Concrete implementations must provide a public no-args
constructor.
Spring provides the following out-of-the-box implementations:
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the profile value indicated by the specified key.
| |||||||||||
Get the profile value indicated by the specified key.
| key | the name of the profile value |
|---|
null
if there is no profile value with that key
