net.sf.mpxj.junit
Class MppBarStyleTest

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

public class MppBarStyleTest
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
MppBarStyleTest()
           
 
Method Summary
 void testMpp12DefaultBarStyles()
          Test bar styles read from an MPP12 file.
 void testMpp12DefaultBarStylesFrom14()
          Test bar styles read from an MPP12 file saved by Project 2010.
 void testMpp12ExceptionBarStyles()
          Test bar styles read from an MPP12 file.
 void testMpp12ExceptionBarStylesFrom14()
          Test bar styles read from an MPP12 file saved by Project 2010.
 void testMpp14DefaultBarStyles()
          Test bar styles read from an MPP14 file.
 void testMpp14ExceptionBarStyles()
          Test bar styles read from an MPP14 file.
 void testMpp9DefaultBarStyles()
          Test bar styles read from an MPP9 file.
 void testMpp9DefaultBarStylesFrom12()
          Test bar styles read from an MPP9 file saved by Project 2007.
 void testMpp9DefaultBarStylesFrom14()
          Test bar styles read from an MPP9 file saved by Project 2010.
 void testMpp9ExceptionBarStyles()
          Test bar styles read from an MPP9 file.
 void testMpp9ExceptionBarStylesFrom12()
          Test bar styles read from an MPP9 file saved by Project 2007.
 void testMpp9ExceptionBarStylesFrom14()
          Test bar styles 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

MppBarStyleTest

public MppBarStyleTest()
Method Detail

testMpp9DefaultBarStyles

public void testMpp9DefaultBarStyles()
                              throws Exception
Test bar styles read from an MPP9 file.

Throws:
Exception

testMpp9DefaultBarStylesFrom12

public void testMpp9DefaultBarStylesFrom12()
                                    throws Exception
Test bar styles read from an MPP9 file saved by Project 2007.

Throws:
Exception

testMpp9DefaultBarStylesFrom14

public void testMpp9DefaultBarStylesFrom14()
                                    throws Exception
Test bar styles read from an MPP9 file saved by Project 2010.

Throws:
Exception

testMpp12DefaultBarStyles

public void testMpp12DefaultBarStyles()
                               throws Exception
Test bar styles read from an MPP12 file.

Throws:
Exception

testMpp12DefaultBarStylesFrom14

public void testMpp12DefaultBarStylesFrom14()
                                     throws Exception
Test bar styles read from an MPP12 file saved by Project 2010.

Throws:
Exception

testMpp14DefaultBarStyles

public void testMpp14DefaultBarStyles()
                               throws Exception
Test bar styles read from an MPP14 file.

Throws:
Exception

testMpp9ExceptionBarStyles

public void testMpp9ExceptionBarStyles()
                                throws Exception
Test bar styles read from an MPP9 file.

Throws:
Exception

testMpp9ExceptionBarStylesFrom12

public void testMpp9ExceptionBarStylesFrom12()
                                      throws Exception
Test bar styles read from an MPP9 file saved by Project 2007.

Throws:
Exception

testMpp9ExceptionBarStylesFrom14

public void testMpp9ExceptionBarStylesFrom14()
                                      throws Exception
Test bar styles read from an MPP9 file saved by Project 2010.

Throws:
Exception

testMpp12ExceptionBarStyles

public void testMpp12ExceptionBarStyles()
                                 throws Exception
Test bar styles read from an MPP12 file.

Throws:
Exception

testMpp12ExceptionBarStylesFrom14

public void testMpp12ExceptionBarStylesFrom14()
                                       throws Exception
Test bar styles read from an MPP12 file saved by Project 2010.

Throws:
Exception

testMpp14ExceptionBarStyles

public void testMpp14ExceptionBarStyles()
                                 throws Exception
Test bar styles read from an MPP14 file.

Throws:
Exception


Copyright © 2012. All Rights Reserved.