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

Packages that use ThrowingRunnable
com.google.testing.threadtester   
 

Uses of ThrowingRunnable in com.google.testing.threadtester
 

Subinterfaces of ThrowingRunnable in com.google.testing.threadtester
 interface MainRunnable<T>
          Interface passed to the InterleavedRunner that represents the main thread of execution.
 interface SecondaryRunnable<T,M extends MainRunnable<T>>
          Interface passed to the InterleavedRunner that represents the secondary thread of execution.
 

Classes in com.google.testing.threadtester that implement ThrowingRunnable
 class MainRunnableImpl<T>
          Implementation of MainRunnable with empty methods.
 class SecondaryRunnableImpl<T,M extends MainRunnable<T>>
          Implementation of SecondaryRunnable with empty methods.
 

Constructors in com.google.testing.threadtester with parameters of type ThrowingRunnable
TestThread(ThrowingRunnable target, String name)
          Creates a new TestThread that executes the given TestRunnable.
 



Copyright © 2013. All Rights Reserved.