org.junitpioneer.jupiter.json.AbstractJsonSourceBasedArgumentsProvider Maven / Gradle / Ivy
The newest version!
/*
* Copyright 2016-2023 the original author or authors.
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v2.0 which
* accompanies this distribution and is available at
*
* http://www.eclipse.org/legal/epl-v20.html
*/
package org.junitpioneer.jupiter.json;
import java.io.InputStream;
import java.lang.annotation.Annotation;
import java.util.List;
import java.util.stream.Stream;
import org.junit.jupiter.api.extension.ExtensionContext;
import org.junit.platform.commons.PreconditionViolationException;
import org.junitpioneer.internal.PioneerPreconditions;
abstract class AbstractJsonSourceBasedArgumentsProvider extends AbstractJsonArgumentsProvider {
// the reading of the resources / files is heavily inspired by Jupiter's CsvFileArgumentsProvider
private String dataLocation;
private List