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

Packages that use Breakpoint
com.google.testing.threadtester   
 

Uses of Breakpoint in com.google.testing.threadtester
 

Subinterfaces of Breakpoint in com.google.testing.threadtester
 interface ReusableBreakpoint
          A Breakpoint designed for repeated use.
 

Classes in com.google.testing.threadtester that implement Breakpoint
 class AbstractBreakpoint
          Base class for implementations of Breakpoint.
 class SinglePositionBreakpoint
          A Breakpoint based on a single CodePosition.
 

Methods in com.google.testing.threadtester that return Breakpoint
 Breakpoint MethodRecorder.breakpoint(Thread thread)
          Creates a Breakpoint for the current CodePosition in the given thread.
 Breakpoint ObjectInstrumentation.createBreakpoint(CodePosition position, Thread thread)
          Creates a new Breakpoint for the given CodePosition and Thread, both of which must be non-null.
 

Methods in com.google.testing.threadtester with parameters of type Breakpoint
 boolean BreakpointHandler.handleBreakpoint(Breakpoint breakpoint)
          Invoked when the breakpoint is reached.
 void Breakpoint.resume(Breakpoint nextBreak)
          Tells the blocked thread to continue, and then wait for the given breakpoint.
 void AbstractBreakpoint.resume(Breakpoint nextBreak)
           
 Stepper ObjectInstrumentation.step(Breakpoint breakpoint)
          Steps to the next executable line from a given breakpoint, assuming that breakpoint has already been reached.
 



Copyright © 2013. All Rights Reserved.