Uses of Package
com.google.testing.threadtester

Packages that use com.google.testing.threadtester
com.google.testing.threadtester   
 

Classes in com.google.testing.threadtester used by com.google.testing.threadtester
AbstractBreakpoint
          Base class for implementations of Breakpoint.
BaseTestWrapper
          Interface for running a set of multi-threaded tests.
BaseThreadedTestRunner
          Runs a set of multithreaded tests.
Breakpoint
          Represents a request for execution to block at a particular position.
BreakpointHandler
          A handler that can be added to a Breakpoint.
CallLogger
          An instance of a CallLogger is provided for every instance of an instrumented class under test.
CallLoggerFactory
          Creates a CallLogger for every instrumented class.
ClassInstrumentation
          Contains information about a class that has been instrumented.
CodePosition
          Represents a point of execution within the code of a given class.
LineInstrumentation
          Represents a single source line in an instrumented class.
MainRunnable
          Interface passed to the InterleavedRunner that represents the main thread of execution.
MethodInstrumentation
          Contains information about a method that has been instrumented.
MethodRecorder
          Provides a mechanism for creating CodePositions for a given object-under-test, using direct method calls.
ObjectInstrumentation
          Contains information about an instance of a class that has been instrumented.
ReusableBreakpoint
          A Breakpoint designed for repeated use.
RunResult
          Represents the result of running an InterleavedRunner.
Script
          A Script represents a sequence of operations carried out on an object-under-test.
ScriptedTask
          A task added to a Script.
SecondaryRunnable
          Interface passed to the InterleavedRunner that represents the secondary thread of execution.
Stepper
          Allows an instrumented class to be stepped through line by line.
TestTimeoutException
          Exception throw by the test framework if a test operation does not complete during the time specified by Options.timeout.
ThrowingRunnable
          A variant of Runnable whose main execution method is declared to throw an Exception.
 



Copyright © 2013. All Rights Reserved.