Created
May 30, 2009 10:33
-
-
Save talios/120473 to your computer and use it in GitHub Desktop.
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 givenACustomerWithAUser() throws ScriptException, IOException, InterruptedException { | |
// do what ever is needed to create the customer, and a user, store as an instance var | |
} | |
public void editTheirOwnDetails() throws IOException { | |
// Do something to check the user can edit their details, throw an exception/assertion if false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment