Created
February 10, 2012 03:37
-
-
Save nbuesing/1786232 to your computer and use it in GitHub Desktop.
HardToMock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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