Cucumber hooks - http://jira.baeldung.com/browse/BAEL-3590
This commit is contained in:
parent
21b8a4b067
commit
a58ac8eb3c
|
@ -20,7 +20,6 @@ public class BookStoreRunSteps {
|
|||
public void setUp() {
|
||||
store = new BookStore();
|
||||
foundBooks = new ArrayList<>();
|
||||
System.out.print("Book store steps run simple");
|
||||
}
|
||||
|
||||
@Given("^I have the following books in the store$")
|
||||
|
|
Loading…
Reference in New Issue