net.sf.mpxj.junit
Class TimephasedSegmentTest

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

public class TimephasedSegmentTest
extends MPXJTestCase

This example shows an MPP, MPX or MSPDI file being read, and basic task and resource data being extracted.


Field Summary
 
Fields inherited from class net.sf.mpxj.junit.MPXJTestCase
m_basedir, m_ikvm
 
Constructor Summary
TimephasedSegmentTest()
           
 
Method Summary
 void testMpp12()
          Timephased segment test for MPP12 files.
 void testMpp12From14()
          Timephased segment test for MPP12 files saved by Project 2010.
 void testMpp14()
          Timephased segment test for MPP14 files.
 void testMpp9()
          Timephased segment test for MPP9 files.
 void testMpp9From12()
          Timephased segment test for MPP9 files saved by Project 2007.
 void testMpp9From14()
          Timephased segment test for MPP9 files 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

TimephasedSegmentTest

public TimephasedSegmentTest()
Method Detail

testMpp9

public void testMpp9()
              throws Exception
Timephased segment test for MPP9 files.

Throws:
Exception

testMpp9From12

public void testMpp9From12()
                    throws Exception
Timephased segment test for MPP9 files saved by Project 2007.

Throws:
Exception

testMpp9From14

public void testMpp9From14()
                    throws Exception
Timephased segment test for MPP9 files saved by Project 2010.

Throws:
Exception

testMpp12

public void testMpp12()
               throws Exception
Timephased segment test for MPP12 files.

Throws:
Exception

testMpp12From14

public void testMpp12From14()
                     throws Exception
Timephased segment test for MPP12 files saved by Project 2010.

Throws:
Exception

testMpp14

public void testMpp14()
               throws Exception
Timephased segment test for MPP14 files.

Throws:
Exception


Copyright © 2012. All Rights Reserved.