Skip to content

Instantly share code, notes, and snippets.

@nbuesing
Created February 10, 2012 03:38
Show Gist options
  • Select an option

  • Save nbuesing/1786233 to your computer and use it in GitHub Desktop.

Select an option

Save nbuesing/1786233 to your computer and use it in GitHub Desktop.
EasyToMock
package com.objectpartners.buesing.test;
public class EasyToMock {
public String method() {
return "EasyToMockValue";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment