Package org.curjent.test.agent

Agent unit tests.

See:
          Description

Interface Summary
AgentAwaitTest.AgentAwaitTestAgent  
AgentCallTest.AgentCallTestAgent  
AgentMarkTest.AgentMarkTestAgent  
CallSiteTest.BaseInterface  
CallSiteTest.CallSiteTestAgent  
CapacityTest.CapacityTestAgent  
ConfigLockTest.ConfigLockTestAgent  
ConfigTest.ConfigTestAgent  
DeadlockTest.DeadlockTestAgent  
ExpirationTest.ExpirationTestAgent  
ExpirationTest.ExpirationTestAgent2  
FutureTest.FutureTestAgent  
InsiderTest.InsiderTestAgent  
InterruptTest.InterruptTestAgent  
ListenerTest.ListenerTestAgent  
MultiTaskTest.MultiAgent  
ProxyTest.ProxyTestAgent  
ReentrantTest.ReentrantTestAgent  
TestAgent Base interface for test agents.
 

Class Summary
AgentAwaitTest Tests for Agent.await(Object, long, TimeUnit) and related methods.
AgentCallTest Tests for AgentCall from asynchronous calls.
AgentCallTest.AgentCallTestTask  
AgentMarkTest Tests for Agent.mark(Object).
AgentTest Base class for agent test cases.
AgentTest.Context  
CallSiteTest Tests for CallSite.
CallSiteTest.CallSiteTestTask  
CapacityTest Tests for Capacity.
ConfigLockTest Tests for Agent.getConfig(Object, Object, Object).
ConfigLockTest.ConfigLockTestTask  
ConfigTest Unit tests for AgentConfig.
DeadlockTest Tests for deadlocks.
ExpirationTest Tests for Expiration.
FutureTest Test cases for agent methods returning Future references.
InsiderTest Tests for InsiderTest.InsiderTestAgent and Insider.
InterruptTest Tests for Reentrant.
ListenerTest Tests for CallStateListener.
ListenerTest.ListenerTestTask  
MultiTaskTest Tests agents with multiple tasks.
MultiTaskTest.MultiTask  
ProxyTest Tests the generated agent proxy.
ReentrantTest Tests for Reentrant.
TestTask Base class for test agent tasks.
 

Exception Summary
TestException Easily and uniquely identifiable exception type.
 

Package org.curjent.test.agent Description

Agent unit tests.



Copyright 2009-2011 Tom Landon
Apache License 2.0