org.codehaus.mojo.license
Class LicenseSummaryTest
java.lang.Object
org.codehaus.mojo.license.LicenseSummaryTest
public class LicenseSummaryTest
- extends Object
- Since:
- 1.0
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 |
LicenseSummaryTest
public LicenseSummaryTest()
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.