net.sf.sasl.aop.monitoring.execution.time
Class MethodExecutionTimeThresholdBeanTest

java.lang.Object
  extended by net.sf.sasl.aop.monitoring.execution.time.MethodExecutionTimeThresholdBeanTest

public class MethodExecutionTimeThresholdBeanTest
extends Object

Test cases for the MethodExecutionTimeThresholdBean class.

Author:
Philipp Förmer

Constructor Summary
MethodExecutionTimeThresholdBeanTest()
           
 
Method Summary
 void setUp()
           
 void testGetSetMethodMatcher()
          Test cases for the getter and setter of the methodMatcher property.
 void testGetSetWaitTimeBeforeNewWarnMessageSeconds()
          Tests the getter and setter for the waitTimeBeforeNewWarnMessageSeconds property.
 void testMatches()
          Test cases for the matches(Object, Method, Object[]) method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodExecutionTimeThresholdBeanTest

public MethodExecutionTimeThresholdBeanTest()
Method Detail

setUp

public void setUp()

testGetSetWaitTimeBeforeNewWarnMessageSeconds

public void testGetSetWaitTimeBeforeNewWarnMessageSeconds()
                                                   throws Exception
Tests the getter and setter for the waitTimeBeforeNewWarnMessageSeconds property.

Throws:
Exception

testGetSetMethodMatcher

public void testGetSetMethodMatcher()
                             throws Exception
Test cases for the getter and setter of the methodMatcher property.

Throws:
Exception

testMatches

public void testMatches()
                 throws Exception
Test cases for the matches(Object, Method, Object[]) method.

Throws:
Exception


Copyright © 2010. All Rights Reserved.