Interface | Description |
---|---|
PropertyExpressionProducer |
Implementations are responsible for generating the list
of keys that a test resource resolver is able to resolve.
|
TestResourcesResolver |
A test resources resolver is responsible for resolving test
resources.
|
Class | Description |
---|---|
LazyTestResourcesExpressionResolver |
A property expression resolver which delegates to another
resolver if the property expression to be resolved starts
with the expected prefix.
|
LazyTestResourcesPropertySourceLoader |
A property source loader which works in conjunction with the
LazyTestResourcesExpressionResolver
in order to resolve properties lazily. |
PropertyResolverSupport |
An utility class to deal with property resolution.
|
Scope |
A scope represents the lifecycle of a test resource.
|