com.google.testing.threadtester
Interface MethodInstrumentation

All Known Implementing Classes:
MethodInstrumentationImpl

public interface MethodInstrumentation

Contains information about a method that has been instrumented.

Author:
alasdair.mackintosh@gmail.com (Alasdair Mackintosh)
See Also:
ClassInstrumentation

Method Summary
 List<LineInstrumentation> getLines()
          Returns the lines in this method.
 String getName()
          Returns the name of the method.
 int getNumLines()
          Returns the number of executable lines in the method.
 Method getUnderlyingMethod()
          Returns the Java Method object corresponding to this method.
 

Method Detail

getName

String getName()
Returns the name of the method.


getUnderlyingMethod

Method getUnderlyingMethod()
Returns the Java Method object corresponding to this method.


getLines

List<LineInstrumentation> getLines()
Returns the lines in this method.


getNumLines

int getNumLines()
Returns the number of executable lines in the method.



Copyright © 2013. All Rights Reserved.