com.tngtech.jgiven.tests.TestClassWithParameterizedRunner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jgiven-tests Show documentation
Show all versions of jgiven-tests Show documentation
JGiven Tests - Contains BDD tests for JGiven written in JGiven
package com.tngtech.jgiven.tests;
import java.util.Arrays;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameters;
import com.tngtech.jgiven.junit.ScenarioTest;
@RunWith( Parameterized.class )
public class TestClassWithParameterizedRunner extends ScenarioTest {
@Parameters
public static Iterable