Skip to content

Instantly share code, notes, and snippets.

@darsen
Created July 13, 2015 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darsen/094bdbddf89f1058676a to your computer and use it in GitHub Desktop.
Save darsen/094bdbddf89f1058676a to your computer and use it in GitHub Desktop.
Sample Java Code Koan
@Koan
public void localTime () {
LocalTime t1 = LocalTime.of(7,30);
assertEquals(t1, LocalTime.parse(__));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment