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

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

public class TimeUnitsBeanTest
extends Object

Test cases for the TimeUnitsBean class.

Author:
Philipp Förmer

Constructor Summary
TimeUnitsBeanTest()
           
 
Method Summary
 void setUp()
           
 void testConvertToMilliseconds()
          Test case for the convertToMilliseconds(). method.
 void testGetSetDay()
          Tests the getter and setter for the days.
 void testGetSetHours()
          Test the getter and setter for the hours.
 void testGetSetMilliseconds()
          Tests the getter and setter for the milliseconds.
 void testGetSetMinutes()
          Tests the getter and setter for the minutes.
 void testGetSetSeconds()
          Tests the getter and setter for the seconds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeUnitsBeanTest

public TimeUnitsBeanTest()
Method Detail

setUp

public void setUp()

testGetSetMilliseconds

public void testGetSetMilliseconds()
                            throws Exception
Tests the getter and setter for the milliseconds.

Throws:
Exception

testGetSetSeconds

public void testGetSetSeconds()
                       throws Exception
Tests the getter and setter for the seconds.

Throws:
Exception

testGetSetMinutes

public void testGetSetMinutes()
                       throws Exception
Tests the getter and setter for the minutes.

Throws:
Exception

testGetSetHours

public void testGetSetHours()
                     throws Exception
Test the getter and setter for the hours.

Throws:
Exception

testGetSetDay

public void testGetSetDay()
                   throws Exception
Tests the getter and setter for the days.

Throws:
Exception

testConvertToMilliseconds

public void testConvertToMilliseconds()
                               throws Exception
Test case for the convertToMilliseconds(). method.

Throws:
Exception


Copyright © 2010. All Rights Reserved.