Skip to content

Instantly share code, notes, and snippets.

@libliboom
Last active November 4, 2019 09:53
Show Gist options
  • Save libliboom/00f7a64e9994639803ad91d04d1bbd78 to your computer and use it in GitHub Desktop.
Save libliboom/00f7a64e9994639803ad91d04d1bbd78 to your computer and use it in GitHub Desktop.
private String name;
public void runTest() throws Exception {
Class[] noArguments = new Class[0];
Method method = getClass().getMethod(name, noArguments);
method.invoke(this, new Object[0]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment