|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sasl.aop.monitoring.execution.time.ThresholdMethodExecutionTimeWarnAspectTest
public class ThresholdMethodExecutionTimeWarnAspectTest
Test cases for the
ThresholdMethodExecutionTimeWarnAspect
class.
Constructor Summary | |
---|---|
ThresholdMethodExecutionTimeWarnAspectTest()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
testAfterPropertiesSetException()
Test case if the afterPropertiesSet() throws an illegal state exception if the
configuration is not ok. |
void |
testAfterPropertiesSetNoException()
Test case if the afterPropertiesSet() does not throw an illegal state exception if the
configuration is ok. |
void |
testGetSetCache()
Test cases for the getter and setter of the cache. |
void |
testGetSetCommunicationChannels()
Test cases for the getter and setter of the communication channel property. |
void |
testGetSetMethodExecutionTimeThresholdChain()
Test cases for the getter and setter of the methodExecutionTimeThresholdChain property. |
void |
testGetSetRecoveryMessage()
Test cases for the getter and setter of the recovery message. |
void |
testGetSetScheduleService()
Test cases for the getter and setter of the schedule service property. |
void |
testGetSetWarnMessage()
Test cases for the getter and setter of the warn message. |
void |
testInvoke()
Test cases for the invoke(MethodInvocation) method. |
void |
testMessageSender()
Test cases for the MessageSender class. |
void |
testSendRecoveryMessageMarker()
Test case for the SendRecoveryMessageMarker class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThresholdMethodExecutionTimeWarnAspectTest()
Method Detail |
---|
public void setUp()
public void testGetSetMethodExecutionTimeThresholdChain() throws Exception
Exception
public void testGetSetScheduleService() throws Exception
Exception
public void testGetSetCommunicationChannels() throws Exception
Exception
public void testGetSetWarnMessage() throws Exception
Exception
public void testGetSetRecoveryMessage() throws Exception
Exception
public void testGetSetCache() throws Exception
Exception
public void testAfterPropertiesSetNoException() throws Exception
afterPropertiesSet()
does not throw an illegal state exception if the
configuration is ok.
Exception
public void testAfterPropertiesSetException() throws Exception
afterPropertiesSet()
throws an illegal state exception if the
configuration is not ok.
Exception
public void testSendRecoveryMessageMarker() throws Exception
SendRecoveryMessageMarker
class. Has got some problems as can not get
queried when a thread gets blocked.
Exception
public void testMessageSender() throws Exception
MessageSender
class.
Exception
public void testInvoke() throws Throwable
invoke(MethodInvocation)
method.
Exception
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |