All Classes

Class Description
AbstractParserProvider<A extends java.lang.annotation.Annotation,​R,​P extends ResourceParser<? extends com.adelean.inject.resources.core.Parsable<?>,​?>>  
AbstractResourcesInjector<A extends java.lang.annotation.Annotation>  
Annotations  
BinaryResourceResolver  
BinaryResourcesInjector  
GivenBinaryResource
Annotates field or test parameter that must be injected with content of binary resource file with path 'from'.
GivenJsonLinesResource
Annotates field or test parameter that must be injected with parsed content of JSONL resource file with path 'from'.
GivenJsonResource
Annotates field or test parameter that must be injected with parsed content of JSON resource file with path 'from'.
GivenPropertiesResource
Annotates field or test parameter that must be injected with content of properties resource file with path 'from'.
GivenTextResource
Annotates field or test parameter that must be injected with content of text resource file with path 'from'.
GivenYamlDocumentsResource
Annotates field or test parameter that must be injected with parsed content of YAML resource file containing multiple documents (separated by three hyphens '---') with path 'from'.
GivenYamlResource
Annotates field or test parameter that must be injected with parsed content of YAML resource file with path 'from'.
GsonProvider  
GsonResourceParser  
InjectionContext  
JacksonMapperProvider  
JacksonResourceParser  
JsonLinesResourceResolver  
JsonLinesResourcesInjector  
JsonResourceResolver  
JsonResourcesInjector  
PropertiesResourceResolver  
PropertiesResourcesInjector  
ResourceParser<I extends com.adelean.inject.resources.core.Parsable<?>,​O>  
ResourceResolver<A extends java.lang.annotation.Annotation,​R extends com.adelean.inject.resources.core.Parsable<?>>  
SnakeYamlProvider  
SnakeYamlResourceParser  
TestContext  
TestsAdvice
Annotates public final class that becomes tests advice.
TestsAdviceProcessor  
TestWithResources
TestWithResources is a JUnit Jupiter extension that supplies your tests with loaded and parsed content of resource files.
TestWithResourcesExtension  
TextResourceResolver  
TextResourcesInjector  
WithGson
Annotates field or method of a test class or of a tests advice class (see TestsAdvice) that defines Gson object used to parse JSON/JSONL resources.
WithJacksonMapper
Annotates field or method of a test class or of a tests advice class (see TestsAdvice) that defines ObjectMapper object used to parse JSON/JSONL resources.
WithSnakeYaml
Annotates field or method of a test class or of a tests advice class (see TestsAdvice) that defines Yaml object used to parse YAML resources.
YamlDocumentsResourceResolver  
YamlDocumentsResourcesInjector  
YamlResourceResolver  
YamlResourcesInjector