frysk.testbed
Class SynchronizedOffspring

java.lang.Object
  extended by frysk.testbed.Offspring
      extended by frysk.testbed.SynchronizedOffspring
Direct Known Subclasses:
ExecOffspring, FunitThreadsOffspring, LegacyOffspring, SlaveOffspring

public class SynchronizedOffspring
extends Offspring

Create an offspring that has synchronized with this test-framework using a signal. The synchronization ensures that the test process is ready before the test proceeds.


Field Summary
static Signal START_ACK
           
 
Constructor Summary
SynchronizedOffspring(Signal sig, String[] argv)
           
 
Method Summary
 ProcessIdentifier getPid()
          Return the ProcessID of the child.
 
Methods inherited from class frysk.testbed.Offspring
assertIs, assertRunToFindProc, assertRunUntil, assertSendStop, findTaskUsingRefresh, kill, signal
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_ACK

public static final Signal START_ACK
Constructor Detail

SynchronizedOffspring

public SynchronizedOffspring(Signal sig,
                             String[] argv)
Method Detail

getPid

public ProcessIdentifier getPid()
Return the ProcessID of the child.

Specified by:
getPid in class Offspring