|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||