All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tngtech.jgiven.junit.SimpleScenarioTest Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
package com.tngtech.jgiven.junit;

import org.junit.ClassRule;
import org.junit.Rule;

import com.tngtech.jgiven.base.SimpleScenarioTestBase;

public class SimpleScenarioTest extends SimpleScenarioTestBase {
    @ClassRule
    public static final ScenarioReportRule writerRule = new ScenarioReportRule();

    @Rule
    public final ScenarioExecutionRule scenarioRule = new ScenarioExecutionRule( writerRule, this, getScenario() );

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy