com.google.testing.threadtester
Class CodePosition
java.lang.Object
com.google.testing.threadtester.CodePosition
public abstract class CodePosition
- extends Object
Represents a point of execution within the code of a given class. A Breakpoint can be created which will cause a thread to stop at a given
CodePosition. A CodePosition is typically created by a factory of some kind.
- Author:
- alasdair.mackintosh@gmail.com (Alasdair Mackintosh)
- See Also:
ClassInstrumentation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodePosition
public CodePosition()
Copyright © 2013. All Rights Reserved.