(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod)
| 25 | } |
| 26 | |
| 27 | @SuppressWarnings("rawtypes") |
| 28 | @Override |
| 29 | public void transform(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) { |
| 30 | annotation.setRetryAnalyzer(this.getClass()); |
| 31 | } |
| 32 | |
| 33 | |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected