|
|
|
@ -2,10 +2,12 @@ package space.kklochko.simple_jbdd.test_examples.tests;
|
|
|
|
|
|
|
|
|
|
import space.kklochko.simple_jbdd.annotations.Given;
|
|
|
|
|
import space.kklochko.simple_jbdd.annotations.Then;
|
|
|
|
|
import space.kklochko.simple_jbdd.annotations.Title;
|
|
|
|
|
import space.kklochko.simple_jbdd.annotations.When;
|
|
|
|
|
import space.kklochko.simple_jbdd.test_examples.samples.Sum;
|
|
|
|
|
import space.kklochko.simple_jbdd.tests.Test;
|
|
|
|
|
|
|
|
|
|
@Title("A Simple GivenWhenTest for Sum")
|
|
|
|
|
public class SimpleGivenWhenThenTest extends Test {
|
|
|
|
|
private Sum sum;
|
|
|
|
|
private int a;
|
|
|
|
|