Skip to content

Instantly share code, notes, and snippets.

@joeheyming
Last active August 29, 2015 13:56
Show Gist options
  • Save joeheyming/9122202 to your computer and use it in GitHub Desktop.
Save joeheyming/9122202 to your computer and use it in GitHub Desktop.
getTestObject
@Test
public void testSomething() {
MyObj testobj = TestUtils.getTestObject(MyObj.class, 'foo', 'a', 'bar', 123, 'baz', 'z');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment