Skip to content

Instantly share code, notes, and snippets.

@olafleur
Created May 10, 2016 02:18
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/25cc3b15aa40b0c829b623044e46eb36 to your computer and use it in GitHub Desktop.
Save olafleur/25cc3b15aa40b0c829b623044e46eb36 to your computer and use it in GitHub Desktop.
for (Method test : m) {
try {
test.invoke(testsClass);
} catch (Exception e) {
fail(test.getName() + " : \n" + e.getCause().getMessage() + "\n" + printArray(e.getCause().getStackTrace()));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment