com.google.testing.threadtester
Class CodePosition

java.lang.Object
  extended by 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

Constructor Summary
CodePosition()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodePosition

public CodePosition()


Copyright © 2013. All Rights Reserved.