Cucumber hooks - http://jira.baeldung.com/browse/BAEL-3590
This commit is contained in:
@@ -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$")
|
||||
|
||||
Reference in New Issue
Block a user