Skip to content

Instantly share code, notes, and snippets.

@TsuyoshiUshio
Created April 30, 2020 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TsuyoshiUshio/3b77ac89113370677a05a075ab2b7991 to your computer and use it in GitHub Desktop.
Save TsuyoshiUshio/3b77ac89113370677a05a075ab2b7991 to your computer and use it in GitHub Desktop.
jMockit sample
public final class ParameterBinding {
private ParameterBinding() {
}
public TypedData getData() {
return null;
}
public String getName() {
return "";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment