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 SummaryConstructors
- 
Method SummaryMethods inherited from class io.micronaut.testresources.core.LazyTestResourcesPropertySourceLoadergetProducer, load, loadEnv, readMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.context.env.PropertySourceLoaderloadMethods inherited from interface io.micronaut.context.env.PropertySourceReadergetExtensions, readMethods inherited from interface io.micronaut.core.util.ToggleableisEnabled
- 
Constructor Details- 
EmbeddedTestResourcesPropertySourceLoaderpublic EmbeddedTestResourcesPropertySourceLoader()
 
-