net.sf.mpxj.junit
Class MppXmlCompare

java.lang.Object
  extended by net.sf.mpxj.junit.MppXmlCompare

public final class MppXmlCompare
extends Object

The purpose of this class is to allow the contents of an MSPDI file to be compared to the contents of an MPP file. The anticipated use of this functionality is to ensure that where we have an example MPP file, we can generate an MSPDI file from it using the most recent version of MS Project, then we can ensure that we get consistent data from both files when they are compared. This is designed to be used as part of the regression testing suite.


Constructor Summary
MppXmlCompare()
           
 
Method Summary
 void process(ProjectFile xml, ProjectFile mpp)
          Compares the data held in two project files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MppXmlCompare

public MppXmlCompare()
Method Detail

process

public void process(ProjectFile xml,
                    ProjectFile mpp)
             throws Exception
Compares the data held in two project files.

Parameters:
xml - MSPDI file
mpp - MPP file
Throws:
Exception


Copyright © 2012. All Rights Reserved.