Uses of Class
com.google.testing.threadtester.MethodRecorder

Packages that use MethodRecorder
com.google.testing.threadtester   
 

Uses of MethodRecorder in com.google.testing.threadtester
 

Methods in com.google.testing.threadtester that return MethodRecorder
 MethodRecorder<T> MethodRecorder.afterCalling(Object result)
          Sets the state of the recorder to represent a position after a call to the last method invoked on the target object.
 MethodRecorder<T> MethodRecorder.afterCallingLastMethod()
          Sets the state of the recorder to represent a position after a call to the last method invoked on the target object.
 MethodRecorder<T> MethodRecorder.atEndOf(Object result)
          Sets the state of the recorder to represent a position at the end of the last method invoked on the control object.
 MethodRecorder<T> MethodRecorder.atEndOfLastMethod()
          Sets the state of the recorder to represent a position at the end of the last method invoked on the control object.
 MethodRecorder<T> MethodRecorder.atStartOf(Object result)
          Sets the state of the recorder to represent a position at the beginning of the last method invoked on the control object.
 MethodRecorder<T> MethodRecorder.atStartOfLastMethod()
          Sets the state of the recorder to represent a position at the beginning of the last method invoked on the control object.
 MethodRecorder<T> MethodRecorder.beforeCalling(Object result)
          Sets the state of the recorder to represent a position before a call to the last method invoked on the target object.
 MethodRecorder<T> MethodRecorder.beforeCallingLastMethod()
          Sets the state of the recorder to represent a position before a call to the last method invoked on the target object.
 MethodRecorder<T> MethodRecorder.in(Object result)
          Sets the state of the recorder to represent a position within the last method invoked on the control object.
 MethodRecorder<T> MethodRecorder.inLastMethod()
          Sets the state of the recorder to represent a position within the last method invoked on the control object.
 



Copyright © 2013. All Rights Reserved.