Skip to content

Instantly share code, notes, and snippets.

@stunstunstun
Created March 10, 2014 00:54
Show Gist options
  • Save stunstunstun/9457605 to your computer and use it in GitHub Desktop.
Save stunstunstun/9457605 to your computer and use it in GitHub Desktop.
@Test
public void printObjectTest() throws Throwable {
Marine redMarine = new Marine("red");
System.out.println("toString() = " + redMarine.toString());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment