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

Packages that use TestTimeoutException
com.google.testing.threadtester   
 

Uses of TestTimeoutException in com.google.testing.threadtester
 

Methods in com.google.testing.threadtester that throw TestTimeoutException
 void Breakpoint.await()
          Waits for this breakpoint to be reached.
 void AbstractBreakpoint.await()
           
 void TestThread.finish()
          Waits for this thread to finish.
 void Stepper.resume()
          Causes the Stepper's thread to continue running.
 void Breakpoint.resume(Breakpoint nextBreak)
          Tells the blocked thread to continue, and then wait for the given breakpoint.
 void AbstractBreakpoint.resume(Breakpoint nextBreak)
           
 void Stepper.step()
          Advances a stepper a single line.
 boolean ThreadMonitor.waitForThread()
          Waits for the first thread to terminate.
 



Copyright © 2013. All Rights Reserved.