net.sf.mpxj.junit
Class MppRecurringTest

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

public class MppRecurringTest
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
MppRecurringTest()
           
 
Method Summary
 void testMpp12RecurringTasks()
          Test recurring task data read from an MPP12 file.
 void testMpp12RecurringTasksFrom14()
          Test recurring task data read from an MPP12 file saved by Project 2010.
 void testMpp14RecurringTasks()
          Test recurring task data read from an MPP14 file.
 void testMpp8RecurringTasks()
          Test recurring task data read from an MPP8 file.
 void testMpp9RecurringTasks()
          Test recurring task data read from an MPP9 file.
 void testMpp9RecurringTasksFrom12()
          Test recurring task data read from an MPP9 file saved by Project 2007.
 void testMpp9RecurringTasksFrom14()
          Test recurring task data read from an MPP9 file saved by Project 2010.
 void testMpxRecurringTasks()
          Test recurring task data read from an MPX file.
 
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

MppRecurringTest

public MppRecurringTest()
Method Detail

testMpxRecurringTasks

public void testMpxRecurringTasks()
                           throws Exception
Test recurring task data read from an MPX file.

Throws:
Exception

testMpp8RecurringTasks

public void testMpp8RecurringTasks()
                            throws Exception
Test recurring task data read from an MPP8 file.

Throws:
Exception

testMpp9RecurringTasks

public void testMpp9RecurringTasks()
                            throws Exception
Test recurring task data read from an MPP9 file.

Throws:
Exception

testMpp9RecurringTasksFrom12

public void testMpp9RecurringTasksFrom12()
                                  throws Exception
Test recurring task data read from an MPP9 file saved by Project 2007.

Throws:
Exception

testMpp9RecurringTasksFrom14

public void testMpp9RecurringTasksFrom14()
                                  throws Exception
Test recurring task data read from an MPP9 file saved by Project 2010.

Throws:
Exception

testMpp12RecurringTasks

public void testMpp12RecurringTasks()
                             throws Exception
Test recurring task data read from an MPP12 file.

Throws:
Exception

testMpp12RecurringTasksFrom14

public void testMpp12RecurringTasksFrom14()
                                   throws Exception
Test recurring task data read from an MPP12 file saved by Project 2010.

Throws:
Exception

testMpp14RecurringTasks

public void testMpp14RecurringTasks()
                             throws Exception
Test recurring task data read from an MPP14 file.

Throws:
Exception


Copyright © 2012. All Rights Reserved.