net.sf.mpxj.junit
Class ProjectCalendarTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sf.mpxj.junit.MPXJTestCase
              extended by net.sf.mpxj.junit.ProjectCalendarTest
All Implemented Interfaces:
junit.framework.Test

public class ProjectCalendarTest
extends MPXJTestCase

This class contains tests used to exercise ProjectCalendar functionality.


Field Summary
 
Fields inherited from class net.sf.mpxj.junit.MPXJTestCase
m_basedir, m_ikvm
 
Constructor Summary
ProjectCalendarTest()
           
 
Method Summary
 void testGetDate()
          Simple tests to exercise the ProjectCalendar.getDate method.
 void testGetWork()
          Test get getWork method.
 void testStartTime()
          Simple tests to exercise the ProjectCalendar.getStartTime method.
 void testVarianceCalculations8()
          Exercise various duration variance calculations.
 void testVarianceCalculations9()
          Exercise various duration variance calculations.
 
Methods inherited from class net.sf.mpxj.junit.MPXJTestCase
assertEquals
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectCalendarTest

public ProjectCalendarTest()
Method Detail

testGetWork

public void testGetWork()
                 throws Exception
Test get getWork method.

Throws:
Exception

testVarianceCalculations9

public void testVarianceCalculations9()
                               throws Exception
Exercise various duration variance calculations.

Throws:
Exception

testVarianceCalculations8

public void testVarianceCalculations8()
                               throws Exception
Exercise various duration variance calculations.

Throws:
Exception

testGetDate

public void testGetDate()
                 throws Exception
Simple tests to exercise the ProjectCalendar.getDate method.

Throws:
Exception

testStartTime

public void testStartTime()
                   throws Exception
Simple tests to exercise the ProjectCalendar.getStartTime method.

Throws:
Exception


Copyright © 2012. All Rights Reserved.