A C E K N P R S T

A

actionShouldBlock(String) - Method in class net.sourceforge.jthreadunit.TestThread
Called to indicate that this thread should initiate the named action but expect to block before completing it.
assertStillBlocked() - Method in class net.sourceforge.jthreadunit.TestThread
Called to indicate that a previously blocked action should still be blocked.

C

checkpoint(String) - Static method in class net.sourceforge.jthreadunit.TestThread
Called from arbitrary code to mark the current action as complete and wait for the next action without returning from the first action method.
completeBlockedAction() - Method in class net.sourceforge.jthreadunit.TestThread
Called to indicate that this thread should finish a previously blocked action.
completeBlockedActionWithActions(String...) - Method in class net.sourceforge.jthreadunit.TestThread
Complete one action and perform several more.

E

expectAction(String) - Method in class net.sourceforge.jthreadunit.TestThread
Called from within an action method to mark the current action as complete and wait for the next action without returning from the first action method.

K

kill() - Method in class net.sourceforge.jthreadunit.TestThread
Kill this thread.

N

net.sourceforge.jthreadunit - package net.sourceforge.jthreadunit
 

P

performAction(String) - Method in class net.sourceforge.jthreadunit.TestThread
Called to indicate that this thread should perform the named action completely without blocking.
performActions(String...) - Method in class net.sourceforge.jthreadunit.TestThread
Perform several actions.

R

run() - Method in class net.sourceforge.jthreadunit.TestThread
 

S

start() - Method in class net.sourceforge.jthreadunit.TestThread
 

T

TestThread - class net.sourceforge.jthreadunit.TestThread.
A thread that runs in an endless loop performing actions.
TestThread(ThreadGroup, String) - Constructor for class net.sourceforge.jthreadunit.TestThread
 

A C E K N P R S T