net.sf.mpxj.junit
Class MppBaselineTest

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

public class MppBaselineTest
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
MppBaselineTest()
           
 
Method Summary
 void testMpp12BaselineFields()
          Test baseline data read from an MPP12 file.
 void testMpp12BaselineFieldsFrom14()
          Test baseline data read from an MPP1 file saved by Project 2010.
 void testMpp14BaselineFields()
          Test baseline data read from an MPP14 file.
 void testMpp9BaselineFields()
          Test baseline data read from an MPP9 file.
 void testMpp9BaselineFieldsFrom12()
          Test baseline data read from an MPP9 file saved by Project 2007.
 void testMpp9BaselineFieldsFrom14()
          Test baseline data read from an MPP9 file saved by Project 2010.
 void testMspdiBaselineFields()
          Test baseline data read from an MSPDI 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

MppBaselineTest

public MppBaselineTest()
Method Detail

testMpp9BaselineFields

public void testMpp9BaselineFields()
                            throws Exception
Test baseline data read from an MPP9 file.

Throws:
Exception

testMpp9BaselineFieldsFrom12

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

Throws:
Exception

testMpp9BaselineFieldsFrom14

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

Throws:
Exception

testMspdiBaselineFields

public void testMspdiBaselineFields()
                             throws Exception
Test baseline data read from an MSPDI file.

Throws:
Exception

testMpp12BaselineFields

public void testMpp12BaselineFields()
                             throws Exception
Test baseline data read from an MPP12 file.

Throws:
Exception

testMpp12BaselineFieldsFrom14

public void testMpp12BaselineFieldsFrom14()
                                   throws Exception
Test baseline data read from an MPP1 file saved by Project 2010.

Throws:
Exception

testMpp14BaselineFields

public void testMpp14BaselineFields()
                             throws Exception
Test baseline data read from an MPP14 file.

Throws:
Exception


Copyright © 2012. All Rights Reserved.