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

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
<M extends MainRunnable<T>,T>
RunResult
InterleavedRunner.interleave(M main, SecondaryRunnable<T,M> secondary)
          Invokes two runnable instances, interleaving the execution.
static
<M extends MainRunnable<T>,T>
RunResult
InterleavedRunner.interleave(M main, SecondaryRunnable<T,M> secondary, List<CodePosition> positions)
          Invokes two runnable instances, interleaving the execution.
static
<M extends MainRunnable<T>,T>
RunResult
InterleavedRunner.interleaveAfter(M main, SecondaryRunnable<T,M> secondary, CodePosition position, int posCount)
          Invokes two runnable instances, interleaving the execution.
static
<M extends MainRunnable<T>,T>
RunResult
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
<M extends MainRunnable<T>,T>
RunResult
InterleavedRunner.interleaveAtReusableBreakpoints(M main, SecondaryRunnable<T,M> secondary, List<ReusableBreakpoint> breakpoints)
          Invokes two runnable instances, interleaving the execution using the supplied list of ReusableBreakpoints.
 



Copyright © 2013. All Rights Reserved.