Skip to content

Instantly share code, notes, and snippets.

@olafleur
Created May 10, 2016 02:17
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 olafleur/ab2e0b71124799de73e877e5ad958651 to your computer and use it in GitHub Desktop.
Save olafleur/ab2e0b71124799de73e877e5ad958651 to your computer and use it in GitHub Desktop.
Constructor constructor = c.getConstructor();
Object testsClass = constructor.newInstance();
for (Method test : m) {
test.invoke(testsClass);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment