All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class TET.TestSession

java.lang.Object
   |
   +----TET.TestSession

public abstract class TestSession
extends Object
implements ExecTestPurpose, libapi

Constructor Index

 o TestSession()

Method Index

 o docleanup(ICManager)
Execute the cleanup method of a test case.
 o dostartup(ICManager)
Execute the startup method of a test case.
 o exec_tp(RunTestPurpose, int, int, Object)
Direct the execution of a test purpose.
 o ic_begin(int, int)
Signal the commencement of an invocable component.
 o ic_end(int, int)
Signal the completion of an invocable component.
 o initialize(String, String[])
Initialize this TestSession with runtime specific parameters.
 o tcmstart(int)
Notify this TestSession of the number of invocable components.
 o tet_delete(int, String)
Cancel a test purpose.
 o tet_getblock()
Return the value of the block counter.
 o tet_getsysbyid(int)
Return the SystemEntry for a system.
 o tet_getvar(String)
Return the value of a configuration variable.
 o tet_infoline(String)
Print a line to the execution results file.
 o tet_kill(long, int)
Send a signal to a spawned process.
 o tet_minfoline(String[])
Print multiple lines to the execution results file.
 o tet_pname()
Return the name of test case being run.
 o tet_reason(int)
Return the reason for cancelling a test purpose.
 o tet_remgetlist()
Return a list of all other systems participating in the test.
 o tet_remgetsys()
Return the system id of the current system.
 o tet_remsync(long, int[], int, int, SyncMessage)
Synchronize with a remote system.
 o tet_remtime(int)
Return the time on a system.
 o tet_result(int)
Post a result for the current running test purpose.
 o tet_setblock()
Increment the block counter and reset the sequence counter.
 o tet_setcontext()
Initialize the current context and reset the block and sequence counters.
 o tet_spawn(String, String[], String[])
Spawn a process on the local host.
 o tet_thistest()
Return the test purpose id of the current running test.
 o tet_wait(long)
Wait for a process to terminate.
 o threadgroup()
Return the ThreadGroup for the current running test purpose.

Constructors

 o TestSession
 public TestSession()

All Packages  Class Hierarchy  This Package  Previous  Next  Index