-
-
Save sureshnath/b1ce7c8b293e5c54291a54581395134f to your computer and use it in GitHub Desktop.
cucumber step tips
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public void step_method(String arg1, DataTable arg2) throws Throwable { | |
// Write code here that turns the phrase above into concrete actions | |
// For automatic transformation, change DataTable to one of | |
// List<YourType>, List<List<E>>, List<Map<K,V>> or Map<K,V>. | |
// E,K,V must be a scalar (String, Integer, Date, enum etc) | |
} | |
pass other steps as parameter to constructor of step class |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment