Uses of Interface
org.junitpioneer.jupiter.json.AbstractJsonSourceBasedArgumentsProvider.Source
-
Packages that use AbstractJsonSourceBasedArgumentsProvider.Source Package Description org.junitpioneer.jupiter.json Provides parameterized test arguments from JSON (inline or file). -
-
Uses of AbstractJsonSourceBasedArgumentsProvider.Source in org.junitpioneer.jupiter.json
Fields in org.junitpioneer.jupiter.json with type parameters of type AbstractJsonSourceBasedArgumentsProvider.Source Modifier and Type Field Description private java.util.List<AbstractJsonSourceBasedArgumentsProvider.Source>AbstractJsonSourceBasedArgumentsProvider. sourcesMethods in org.junitpioneer.jupiter.json that return AbstractJsonSourceBasedArgumentsProvider.Source Modifier and Type Method Description private static AbstractJsonSourceBasedArgumentsProvider.SourceJsonClasspathSourceArgumentsProvider. classpathResource(java.lang.String resource)private static AbstractJsonSourceBasedArgumentsProvider.SourceJsonFileSourceArgumentsProvider. fileResource(java.lang.String file)Method parameters in org.junitpioneer.jupiter.json with type arguments of type AbstractJsonSourceBasedArgumentsProvider.Source Modifier and Type Method Description protected voidAbstractJsonSourceBasedArgumentsProvider. accept(java.util.List<AbstractJsonSourceBasedArgumentsProvider.Source> sources, java.lang.String dataLocation)
-