Skip to content

Instantly share code, notes, and snippets.

@talios
Created May 30, 2009 10:33
Show Gist options
  • Save talios/120473 to your computer and use it in GitHub Desktop.
Save talios/120473 to your computer and use it in GitHub Desktop.
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