RedHatQE / polarize

GNU General Public License v3.0
2 stars 2 forks source link

The auditing tool for the runtime reflection (required by clojure) fails to find all methods not annotated with @TestDefinition #40

Closed rarebreed closed 7 years ago

rarebreed commented 7 years ago

When I run the runtime reflection code, it's not finding all the same methods that aren't annotated with @TestDefinition. I believe this is because the runtime reflection code is not finding all the @Test methods.

rarebreed commented 7 years ago

Fixed in 8807fb0