testproject-io / java-opensdk

TestProject Java OpenSDK
Apache License 2.0
50 stars 42 forks source link

Do not report methods without @Test annotation as JUnit tests. #96

Closed DavidG8168 closed 3 years ago

DavidG8168 commented 3 years ago

Check method being reported when inferring JUnit test name for Test annotation, and return null to avoid reporting it as a test if it does not have one.

Signed-off-by: David Goichman david.goichman@testproject.io

DavidG8168 commented 3 years ago

@mstrelex It has been done.