net.sf.mpxj.junit
Class AvailabilityTest

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

public class AvailabilityTest
extends MPXJTestCase

The tests contained in this class exercise resource availability functionality.


Field Summary
 
Fields inherited from class net.sf.mpxj.junit.MPXJTestCase
m_basedir, m_ikvm
 
Constructor Summary
AvailabilityTest()
           
 
Method Summary
 void testMpp12()
          Test MPP12 file resource availability.
 void testMpp12From14()
          Test MPP12 file resource availability saved by Project 2010.
 void testMpp14()
          Test MPP14 file resource availability.
 void testMpp9()
          Test MPP9 file cost resource availability.
 void testMpp9From12()
          Test MPP9 file cost resource availability saved from Project 2007.
 void testMpp9From14()
          Test MPP9 file cost resource availability saved from Project 2010.
 void testMspdi()
          Test MSPDI file resource availability.
 
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

AvailabilityTest

public AvailabilityTest()
Method Detail

testMpp9

public void testMpp9()
              throws Exception
Test MPP9 file cost resource availability.

Throws:
Exception

testMpp9From12

public void testMpp9From12()
                    throws Exception
Test MPP9 file cost resource availability saved from Project 2007.

Throws:
Exception

testMpp9From14

public void testMpp9From14()
                    throws Exception
Test MPP9 file cost resource availability saved from Project 2010.

Throws:
Exception

testMpp12

public void testMpp12()
               throws Exception
Test MPP12 file resource availability.

Throws:
Exception

testMpp12From14

public void testMpp12From14()
                     throws Exception
Test MPP12 file resource availability saved by Project 2010.

Throws:
Exception

testMpp14

public void testMpp14()
               throws Exception
Test MPP14 file resource availability.

Throws:
Exception

testMspdi

public void testMspdi()
               throws Exception
Test MSPDI file resource availability.

Throws:
Exception


Copyright © 2012. All Rights Reserved.