File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
src/main/java/net/joshka/junit/json/params Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 11package net .joshka .junit .json .params ;
22
3- import static java .util .Arrays .stream ;
4-
5- import java .util .Collection ;
6- import java .util .List ;
7- import javax .json .JsonValue .ValueType ;
83import org .junit .jupiter .api .extension .ExtensionContext ;
94import org .junit .jupiter .params .provider .Arguments ;
105import org .junit .jupiter .params .provider .ArgumentsProvider ;
138
149import javax .json .Json ;
1510import javax .json .JsonReader ;
16- import javax .json .JsonStructure ;
1711import javax .json .JsonValue ;
12+ import javax .json .JsonValue .ValueType ;
1813import java .io .InputStream ;
19- import java .util .Arrays ;
14+ import java .util .List ;
2015import java .util .function .BiFunction ;
2116import java .util .stream .Stream ;
2217
18+ import static java .util .Arrays .stream ;
19+
2320public class JsonFileArgumentsProvider implements AnnotationConsumer <JsonFileSource >, ArgumentsProvider {
2421
2522 private final BiFunction <Class , String , InputStream > inputStreamProvider ;
You can’t perform that action at this time.
0 commit comments