Class EmbeddedTestResourcesPropertySourceLoader
java.lang.Object
io.micronaut.testresources.core.LazyTestResourcesPropertySourceLoader
io.micronaut.testresources.embedded.EmbeddedTestResourcesPropertySourceLoader
- All Implemented Interfaces:
io.micronaut.context.env.PropertySourceLoader
,io.micronaut.context.env.PropertySourceLocator
,io.micronaut.context.env.PropertySourceReader
,io.micronaut.core.util.Toggleable
public class EmbeddedTestResourcesPropertySourceLoader
extends LazyTestResourcesPropertySourceLoader
A property source loader responsible for resolving test resources.
This delegates to test resources resolver loaded via service loading.
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.testresources.core.LazyTestResourcesPropertySourceLoader
getProducer, load, loadEnv, read
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.context.env.PropertySourceLoader
load
Methods inherited from interface io.micronaut.context.env.PropertySourceReader
getExtensions, read
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Constructor Details
-
EmbeddedTestResourcesPropertySourceLoader
public EmbeddedTestResourcesPropertySourceLoader()
-