net.sf.mpxj.junit
Class MppCalendarTest

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.MppCalendarTest
All Implemented Interfaces:
junit.framework.Test

public class MppCalendarTest
extends MPXJTestCase

Tests to exercise MPP file read functionality for various versions of MPP file.


Field Summary
 
Fields inherited from class net.sf.mpxj.junit.MPXJTestCase
m_basedir, m_ikvm
 
Constructor Summary
MppCalendarTest()
           
 
Method Summary
 void testMpd9Calendar()
          Test calendar data read from an MPD9 file.
 void testMpp12Calendar()
          Test calendar data read from an MPP12 file.
 void testMpp12CalendarExceptions()
          Test calendar exception data read from an MPP12 file.
 void testMpp12CalendarExceptionsFrom14()
          Test calendar exception data read from an MPP12 file saved by Project 2010..
 void testMpp12CalendarFrom14()
          Test calendar data read from an MPP12 file saved by Project 2010.
 void testMpp14Calendar()
          Test calendar data read from an MPP14 file.
 void testMpp14CalendarExceptions()
          Test calendar exception data read from an MPP14 file.
 void testMpp9Calendar()
          Test calendar data read from an MPP9 file.
 void testMpp9CalendarExceptions()
          Test calendar exception data read from an MPP9 file.
 void testMpp9CalendarExceptionsFrom12()
          Test calendar exception data read from an MPP9 file saved by Project 2007.
 void testMpp9CalendarExceptionsFrom14()
          Test calendar exception data read from an MPP9 file saved by Project 2010.
 void testMpp9CalendarFrom12()
          Test calendar data read from an MPP9 file saved by Project 2007.
 void testMpp9CalendarFrom14()
          Test calendar data read from an MPP9 file saved by Project 2010.
 
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

MppCalendarTest

public MppCalendarTest()
Method Detail

testMpp9Calendar

public void testMpp9Calendar()
                      throws Exception
Test calendar data read from an MPP9 file.

Throws:
Exception

testMpp9CalendarFrom12

public void testMpp9CalendarFrom12()
                            throws Exception
Test calendar data read from an MPP9 file saved by Project 2007.

Throws:
Exception

testMpp9CalendarFrom14

public void testMpp9CalendarFrom14()
                            throws Exception
Test calendar data read from an MPP9 file saved by Project 2010.

Throws:
Exception

testMpp12Calendar

public void testMpp12Calendar()
                       throws Exception
Test calendar data read from an MPP12 file.

Throws:
Exception

testMpp12CalendarFrom14

public void testMpp12CalendarFrom14()
                             throws Exception
Test calendar data read from an MPP12 file saved by Project 2010.

Throws:
Exception

testMpp14Calendar

public void testMpp14Calendar()
                       throws Exception
Test calendar data read from an MPP14 file.

Throws:
Exception

testMpd9Calendar

public void testMpd9Calendar()
                      throws Exception
Test calendar data read from an MPD9 file.

Throws:
Exception

testMpp9CalendarExceptions

public void testMpp9CalendarExceptions()
                                throws Exception
Test calendar exception data read from an MPP9 file.

Throws:
Exception

testMpp9CalendarExceptionsFrom12

public void testMpp9CalendarExceptionsFrom12()
                                      throws Exception
Test calendar exception data read from an MPP9 file saved by Project 2007.

Throws:
Exception

testMpp9CalendarExceptionsFrom14

public void testMpp9CalendarExceptionsFrom14()
                                      throws Exception
Test calendar exception data read from an MPP9 file saved by Project 2010.

Throws:
Exception

testMpp12CalendarExceptions

public void testMpp12CalendarExceptions()
                                 throws Exception
Test calendar exception data read from an MPP12 file.

Throws:
Exception

testMpp12CalendarExceptionsFrom14

public void testMpp12CalendarExceptionsFrom14()
                                       throws Exception
Test calendar exception data read from an MPP12 file saved by Project 2010..

Throws:
Exception

testMpp14CalendarExceptions

public void testMpp14CalendarExceptions()
                                 throws Exception
Test calendar exception data read from an MPP14 file.

Throws:
Exception


Copyright © 2012. All Rights Reserved.