Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save nbuesing/1786232 to your computer and use it in GitHub Desktop.
HardToMock
package com.objectpartners.buesing.test;
public final class HardToMock {
public final String finalMethod() {
return "HardToMock value";
}
public final native String nativeMethod();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment