public class EspFindTestClassFunction
extends java.lang.Object
Original code comes from https://github.com/square/spoon/blob/master/spoon-client/src/main/java/com/squareup/spoon/Spoon.java
| Constructor and Description |
|---|
EspFindTestClassFunction() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.StackTraceElement |
apply(java.lang.StackTraceElement[] trace)
Returns the test class element by looking at the method InstrumentationTestCase invokes.
|