|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RunResult | |
|---|---|
| com.google.testing.threadtester | |
| Uses of RunResult in com.google.testing.threadtester |
|---|
| Methods in com.google.testing.threadtester that return RunResult | ||
|---|---|---|
static
|
InterleavedRunner.interleave(M main,
SecondaryRunnable<T,M> secondary)
Invokes two runnable instances, interleaving the execution. |
|
static
|
InterleavedRunner.interleave(M main,
SecondaryRunnable<T,M> secondary,
List<CodePosition> positions)
Invokes two runnable instances, interleaving the execution. |
|
static
|
InterleavedRunner.interleaveAfter(M main,
SecondaryRunnable<T,M> secondary,
CodePosition position,
int posCount)
Invokes two runnable instances, interleaving the execution. |
|
static
|
InterleavedRunner.interleaveAtBreakpoint(M main,
SecondaryRunnable<T,M> secondary,
ReusableBreakpoint breakpoint)
Version of InterleavedRunner.interleave(MainRunnable, SecondaryRunnable, List)
that takes a single ReusableBreakpoint |
|
static RunResult |
InterleavedRunner.interleaveAtBreakpoint(Runnable mainRunnable,
Runnable secondaryRunnable,
ReusableBreakpoint breakpoint)
Version of InterleavedRunner.interleave(MainRunnable, SecondaryRunnable, List) that
uses ordinary Runnables, and takes a single ReusableBreakpoint. |
|
static
|
InterleavedRunner.interleaveAtReusableBreakpoints(M main,
SecondaryRunnable<T,M> secondary,
List<ReusableBreakpoint> breakpoints)
Invokes two runnable instances, interleaving the execution using the supplied list of ReusableBreakpoints. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||