Package io.micronaut.testresources.core
package io.micronaut.testresources.core
-
ClassDescriptionA property expression resolver which delegates to another resolver if the property expression to be resolved starts with the expected prefix.A property source loader which works in conjunction with the
LazyTestResourcesExpressionResolver
in order to resolve properties lazily.Implementations are responsible for generating the list of keys that a test resource resolver is able to resolve.An utility class to deal with property resolution.A scope represents the lifecycle of a test resource.An exception thrown whenever test resources was expected to resolve a property but couldn't.A test resources resolver is responsible for resolving test resources.Interface for test resource resolvers which may be enabled or disabled on demand.