frysk.testbed
Class FunitThreadsOffspring.Type

java.lang.Object
  extended by frysk.testbed.FunitThreadsOffspring.Type
Enclosing class:
FunitThreadsOffspring

public static class FunitThreadsOffspring.Type
extends Object


Field Summary
static FunitThreadsOffspring.Type BLOCK
          The threads in the created program should repeatedly clone.
static FunitThreadsOffspring.Type CLONE
          The threads in the created program should block.
static FunitThreadsOffspring.Type LOOP
          The threads in the created program should execute an infinite loop.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLONE

public static final FunitThreadsOffspring.Type CLONE
The threads in the created program should block.


LOOP

public static final FunitThreadsOffspring.Type LOOP
The threads in the created program should execute an infinite loop.


BLOCK

public static final FunitThreadsOffspring.Type BLOCK
The threads in the created program should repeatedly clone.