org.curjent.test.agent
Class CallSiteTest

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

public class CallSiteTest
extends AgentTest

Tests for CallSite.

See Also:
ConfigTest.testListenerConfig()

Nested Class Summary
(package private) static interface CallSiteTest.BaseInterface
           
(package private) static interface CallSiteTest.CallSiteTestAgent
           
(package private) static class CallSiteTest.CallSiteTestTask
           
 
Nested classes/interfaces inherited from class org.curjent.test.agent.AgentTest
AgentTest.Context
 
Field Summary
(package private)  CallSiteTest.CallSiteTestAgent agent
           
(package private)  CallSite m0
           
(package private)  CallSite m1
           
(package private)  CallSite m2
           
(package private)  CallSite m3
           
(package private)  CallSite m4
           
(package private)  CallSite m5
           
(package private)  CallSite m6
           
(package private)  CallSite m7
           
 
Fields inherited from class org.curjent.test.agent.AgentTest
config, failed, stats
 
Constructor Summary
CallSiteTest()
           
 
Method Summary
protected  CallSiteTest.CallSiteTestAgent newTestAgent()
           
 void testAnnotations()
           
 void testData()
           
 void testMethods()
           
 void testUniqueness()
           
 
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

CallSiteTest.CallSiteTestAgent agent

m0

CallSite m0

m1

CallSite m1

m2

CallSite m2

m3

CallSite m3

m4

CallSite m4

m5

CallSite m5

m6

CallSite m6

m7

CallSite m7
Constructor Detail

CallSiteTest

public CallSiteTest()
Method Detail

newTestAgent

protected CallSiteTest.CallSiteTestAgent newTestAgent()
Specified by:
newTestAgent in class AgentTest

testUniqueness

public void testUniqueness()

testData

public void testData()
              throws Throwable
Throws:
Throwable

testMethods

public void testMethods()
                 throws Throwable
Throws:
Throwable

testAnnotations

public void testAnnotations()


Copyright 2009-2011 Tom Landon
Apache License 2.0