net.sf.mpxj.junit
Class MppViewTest

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

public class MppViewTest
extends MPXJTestCase

Testsb 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
MppViewTest()
           
 
Method Summary
 void testMpp12View()
          Test view data read from an MPP12 file.
 void testMpp12ViewFrom14()
          Test view data read from an MPP12 file saved by Project 2010.
 void testMpp14View()
          Test view data read from an MPP14 file.
 void testMpp9View()
          Test view data read from an MPP9 file.
 void testMpp9ViewFrom12()
          Test view data read from an MPP9 file saved by Project 2007.
 void testMpp9ViewFrom14()
          Test view 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

MppViewTest

public MppViewTest()
Method Detail

testMpp9View

public void testMpp9View()
                  throws Exception
Test view data read from an MPP9 file.

Throws:
Exception

testMpp9ViewFrom12

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

Throws:
Exception

testMpp9ViewFrom14

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

Throws:
Exception

testMpp12View

public void testMpp12View()
                   throws Exception
Test view data read from an MPP12 file.

Throws:
Exception

testMpp12ViewFrom14

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

Throws:
Exception

testMpp14View

public void testMpp14View()
                   throws Exception
Test view data read from an MPP14 file.

Throws:
Exception


Copyright © 2012. All Rights Reserved.