org.curjent.test.agent
Class InterruptTest

java.lang.Object
  extended by org.curjent.test.agent.AgentTest
      extended by org.curjent.test.agent.InterruptTest

public class InterruptTest
extends AgentTest

Tests for Reentrant.


Nested Class Summary
(package private) static interface InterruptTest.InterruptTestAgent
           
(package private)  class InterruptTest.InterruptTestTask
           
 
Nested classes/interfaces inherited from class org.curjent.test.agent.AgentTest
AgentTest.Context
 
Field Summary
(package private)  InterruptTest.InterruptTestAgent agent
           
 
Fields inherited from class org.curjent.test.agent.AgentTest
config, failed, stats
 
Constructor Summary
InterruptTest()
           
 
Method Summary
protected  TestAgent newTestAgent()
           
 void testInterrupt()
           
 
Methods inherited from class org.curjent.test.agent.AgentTest
flush, log, setUp, setUp, setUp, sleep, stats, tearDown, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agent

InterruptTest.InterruptTestAgent agent
Constructor Detail

InterruptTest

public InterruptTest()
Method Detail

newTestAgent

protected TestAgent newTestAgent()
Specified by:
newTestAgent in class AgentTest

testInterrupt

public void testInterrupt()
                   throws InterruptedException
Throws:
InterruptedException


Copyright 2009-2011 Tom Landon
Apache License 2.0