public interface InstrumentInstance
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Get the fully qualified class name of the class that will be instrumented.
|
Boolean |
getConstructor()
Indicates whether a constructor is being intercepted.
|
Object |
getInterceptor()
Get the interceptor associated with the instrumented class.
|
String getClassName()
Object getInterceptor()
Boolean getConstructor()
Copyright © 2016–2018 Testify Project. All rights reserved.