MCPcopy Create free account
hub / github.com/TestLeafInc/Simba / transform

Method transform

src/main/java/com/force/utility/RetryTests.java:27–31  ·  view source on GitHub ↗
(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected