Skip to content

Instantly share code, notes, and snippets.

@searls
Created October 23, 2010 18:45
Show Gist options
  • Save searls/642545 to your computer and use it in GitHub Desktop.
Save searls/642545 to your computer and use it in GitHub Desktop.
@Test
public void insertingThreeDollarsYieldsThreeDollars() {
int expected = 3;
sut.insertDollars(expected);
assertEquals(sut.getDollarCount(),expected);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment