Uses of Interface
com.google.testing.threadtester.ClassInstrumentation

Packages that use ClassInstrumentation
com.google.testing.threadtester   
 

Uses of ClassInstrumentation in com.google.testing.threadtester
 

Methods in com.google.testing.threadtester that return ClassInstrumentation
static
<T> ClassInstrumentation
Instrumentation.getClassInstrumentation(Class<T> clss)
          Returns the ClassInstrumentation corresponding to a given class.
static
<T> ClassInstrumentation
Instrumentation.getClassInstrumentationForObject(T underlyingObject)
          Returns the ClassInstrumentation corresponding to the class of the given object.
static
<T> ClassInstrumentation
Instrumentation.getNamedClassInstrumentation(String classname)
          Returns the ClassInstrumentation corresponding to a given classname.
 



Copyright © 2013. All Rights Reserved.