improve yeps
[yosql.git] / yosql-verification / yosql-verification-yeps / src / test / java / wtf / metio / yosql / yeps / Yep6Steps.java
blob9ee97c110bb91ebc9f555cc5ad10393210b187e7
1 /*
2 * This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
3 * directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
4 * including this file, may be copied, modified, propagated, or distributed except according to the terms contained
5 * in the LICENSE file.
6 */
7 package wtf.metio.yosql.yeps;
9 import io.cucumber.java.en.Given;
10 import io.cucumber.java.en.Then;
11 import io.cucumber.java.en.When;
13 /**
14 * Defines steps for YEP-6.
16 public final class Yep6Steps {