junit-json-params icon indicating copy to clipboard operation
junit-json-params copied to clipboard

JUnit 5 JSON Parameterized Tests library

Results 7 junit-json-params issues
Sort by recently updated
recently updated
newest added

Would it be possible to support [JSON Lines](https://jsonlines.org/) or [ndjson](http://ndjson.org/) format? This would basically be a separate JSON on each line separated by newline characters, where each line / json...

I'm having a hard time to get this project to work on my JUnit 5 tests written in Kotlin. Is it supported / working? ` @ParameterizedTest @JsonFileSource(resources = ["/my-json.json"]) fun...

Hi Joshka, I am trying to something like this @ParameterizedTest @JsonFileSource(resources = "/testdata/"+testEnv+"/login.json"). Is it possible to do this? As of now, it is asking me to provide a constant....

Hi, Is it possible to use class instead of JsonObject as Method Input Parameter, For example: @ParameterizedTest @JsonSource("{name:'test',family:'test'}") @DisplayName("provides an array of objects") void testObjectPerson(Person person) { ... } Thanks...

I'm of two minds on this on whether to shade the [JsonP](https://javaee.github.io/jsonp/getting-started.html) library. Rather than having to manually pull keys and values out of a JsonObject parameter, It might be...

Hey all, I haven't worked with Java in more than 2 years now, and so my inclination to maintain this library is severely lacking. I won't be releasing any further...