arieslab/jnose

"@Test" tag identification

luana-martins opened this issue · 0 comments

Problem: The JNose Test identifies whether a method is a test method by locating the tag "@test".
However, if the method has more than one tag and "@test" is not the first one, then the method is not identified as a test method.

Solution: Search the tag "@test" in all annotations used before a method.