| |
|
| org.apache.commons.betwixt.AbstractTestCase org.apache.commons.betwixt.scarab.TestScarabSettings
TestScarabSettings | public class TestScarabSettings extends AbstractTestCase (Code) | | Test harness which round trips a Scarab's settings xml file
author: Jason van Zyl version: $Id: TestScarabSettings.java 438373 2006-08-30 05:17:21Z bayard $ |
TestScarabSettings | public TestScarabSettings(String testName)(Code) | | Constructor for the TestScarabSettings object
Parameters: testName - |
createXMLIntrospector | protected XMLIntrospector createXMLIntrospector()(Code) | | ### it would be really nice to move this somewhere shareable across Maven
/ Turbine projects. Maybe a static helper method - question is what to
call it???
|
suite | public static Test suite()(Code) | | A unit test suite for JUnit
|
testRoundTrip | public void testRoundTrip() throws Exception(Code) | | Tests we can round trip from the XML -> bean -> XML -> bean. Ideally this
method should test both Project objects are identical
|
testScarabSettings | protected void testScarabSettings(ScarabSettings ss) throws Exception(Code) | | Tests the value of the Project object that has just been parsed
|
|
|
|