org.codehaus.mojo.license
Class LicenseSummaryTest

java.lang.Object
  extended by org.codehaus.mojo.license.LicenseSummaryTest

public class LicenseSummaryTest
extends Object

Since:
1.0

Constructor Summary
LicenseSummaryTest()
           
 
Method Summary
 void testReadLicenseSummary()
          Test reading the license summary xml file into ProjectLicenseInfo objects
 void testWriteReadLicenseSummary()
          Test writing license information to a license.xml file and then read this file back in to make sure it's ok.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseSummaryTest

public LicenseSummaryTest()
Method Detail

testReadLicenseSummary

public void testReadLicenseSummary()
                            throws IOException,
                                   SAXException,
                                   ParserConfigurationException
Test reading the license summary xml file into ProjectLicenseInfo objects

Throws:
IOException
SAXException
ParserConfigurationException

testWriteReadLicenseSummary

public void testWriteReadLicenseSummary()
                                 throws IOException,
                                        SAXException,
                                        ParserConfigurationException,
                                        TransformerFactoryConfigurationError,
                                        TransformerException
Test writing license information to a license.xml file and then read this file back in to make sure it's ok.

Throws:
IOException
SAXException
ParserConfigurationException
TransformerFactoryConfigurationError
TransformerException


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.