net.sf.mpxj.junit
Class MppAssignmentTest

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

public class MppAssignmentTest
extends MPXJTestCase

Tests to exercise file read functionality for various MS project file types.


Field Summary
 
Fields inherited from class net.sf.mpxj.junit.MPXJTestCase
m_basedir, m_ikvm
 
Constructor Summary
MppAssignmentTest()
           
 
Method Summary
 void testMpdCustomFields()
          Test assignment data read from an MPD file.
 void testMpdFields()
          Test assignment fields read from an MPD file.
 void testMpp12CustomFields()
          Test assignment data read from an MPP12 file.
 void testMpp12Fields()
          Test assignment fields read from an MPP12 file.
 void testMpp12FieldsFrom14()
          Test assignment fields read from an MPP12 file, saved by Project 2010.
 void testMpp14CustomFields()
          Test assignment data read from an MPP14 file.
 void testMpp14Fields()
          Test assignment fields read from an MPP14 file.
 void testMpp9CustomFields()
          Test assignment data read from an MPP9 file.
 void testMpp9CustomFieldsFrom12()
          Test assignment data read from an MPP9 file saved by Project 2007.
 void testMpp9Fields()
          Test assignment fields read from an MPP9 file.
 void testMpp9FieldsFrom14()
          Test assignment fields read from an MPP9 file, saved by Project 2010.
 void testMspdiCustomFields()
          Test assignment data read from an MSPDI file.
 void testMspdiFields()
          Test assignment fields 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

MppAssignmentTest

public MppAssignmentTest()
Method Detail

testMpp9CustomFields

public void testMpp9CustomFields()
                          throws Exception
Test assignment data read from an MPP9 file.

Throws:
Exception

testMpp9CustomFieldsFrom12

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

Throws:
Exception

testMpp12CustomFields

public void testMpp12CustomFields()
                           throws Exception
Test assignment data read from an MPP12 file.

Throws:
Exception

testMpp14CustomFields

public void testMpp14CustomFields()
                           throws Exception
Test assignment data read from an MPP14 file.

Throws:
Exception

testMspdiCustomFields

public void testMspdiCustomFields()
                           throws Exception
Test assignment data read from an MSPDI file.

Throws:
Exception

testMpdCustomFields

public void testMpdCustomFields()
                         throws Exception
Test assignment data read from an MPD file.

Throws:
Exception

testMpp9Fields

public void testMpp9Fields()
                    throws Exception
Test assignment fields read from an MPP9 file.

Throws:
Exception

testMpp9FieldsFrom14

public void testMpp9FieldsFrom14()
                          throws Exception
Test assignment fields read from an MPP9 file, saved by Project 2010.

Throws:
Exception

testMpp12Fields

public void testMpp12Fields()
                     throws Exception
Test assignment fields read from an MPP12 file.

Throws:
Exception

testMpp12FieldsFrom14

public void testMpp12FieldsFrom14()
                           throws Exception
Test assignment fields read from an MPP12 file, saved by Project 2010.

Throws:
Exception

testMpp14Fields

public void testMpp14Fields()
                     throws Exception
Test assignment fields read from an MPP14 file.

Throws:
Exception

testMspdiFields

public void testMspdiFields()
                     throws Exception
Test assignment fields read from an MSPDI file.

Throws:
Exception

testMpdFields

public void testMpdFields()
                   throws Exception
Test assignment fields read from an MPD file.

Throws:
Exception


Copyright © 2012. All Rights Reserved.