org.kuali.rice.vc.kew
Class KewWsdlCompatibilityTest

java.lang.Object
  extended by org.kuali.rice.test.BaseRiceTestCase
      extended by org.kuali.rice.test.RiceTestCase
          extended by org.kuali.rice.test.RiceInternalSuiteDataTestCase
              extended by org.kuali.rice.test.BaseModuleTestCase
                  extended by org.kuali.rice.test.BaselineTestCase
                      extended by org.kuali.rice.vc.test.WsdlCompareTestCase
                          extended by org.kuali.rice.vc.kew.KewWsdlCompatibilityTest
All Implemented Interfaces:
MethodAware

public class KewWsdlCompatibilityTest
extends WsdlCompareTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.vc.test.WsdlCompareTestCase
WsdlCompareTestCase.MavenVersion, WsdlCompareTestCase.VersionCompatibilityBreakage, WsdlCompareTestCase.VersionTransition
 
Nested classes/interfaces inherited from class org.kuali.rice.test.BaselineTestCase
BaselineTestCase.BaselineMode, BaselineTestCase.Mode
 
Field Summary
 
Fields inherited from class org.kuali.rice.test.BaselineTestCase
dirty
 
Fields inherited from class org.kuali.rice.test.BaseModuleTestCase
moduleName
 
Fields inherited from class org.kuali.rice.test.RiceTestCase
DEFAULT_TEST_HARNESS_SPRING_BEANS, failedSuiteTestName, perTestLifeCycles, SUITE_LIFE_CYCLES_FAILED, SUITE_LIFE_CYCLES_RAN, suiteLifeCycles
 
Fields inherited from class org.kuali.rice.test.BaseRiceTestCase
log, method
 
Constructor Summary
KewWsdlCompatibilityTest()
           
 
Method Summary
 void compareKewApiWsdls()
           
 void compareKewFrameworkWsdls()
           
protected  Map<String,List<WsdlCompareTestCase.VersionTransition>> getWsdlVersionTransitionBlacklists()
          Allows an extending test to specify versions transitions of specific wsdls to omit from testing.
 
Methods inherited from class org.kuali.rice.vc.test.WsdlCompareTestCase
buildBreakagesSummary, compareWsdlDefinitions, compareWsdlFiles, generateVersionTransitions, getLoadApplicationLifecycle, getPerTestLifecycles, getPreviousVersion, getPreviousVersionWsdlUrl, getSuiteLifecycles, getVersionRange, setPreviousVersion, verifyWsdlDifferences
 
Methods inherited from class org.kuali.rice.test.BaselineTestCase
getClearDbPerTestLifecycles, getMode, getPerTestTablesNotToClear, getPerTestTablesToClear, getRollbackClearDbPerTestLifecycles, getRollbackTestLifecycles, setUp
 
Methods inherited from class org.kuali.rice.test.BaseModuleTestCase
getModuleName
 
Methods inherited from class org.kuali.rice.test.RiceInternalSuiteDataTestCase
getKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKRADDefaultSuiteTestData, loadSuiteTestData
 
Methods inherited from class org.kuali.rice.test.RiceTestCase
configureLogging, dumpMemory, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown
 
Methods inherited from class org.kuali.rice.test.BaseRiceTestCase
getName, getPerTestDataLoaderLifecycle, getTestMethod, resetLogLevels, setLogLevel, setName, setTestMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KewWsdlCompatibilityTest

public KewWsdlCompatibilityTest()
Method Detail

compareKewApiWsdls

public void compareKewApiWsdls()

compareKewFrameworkWsdls

public void compareKewFrameworkWsdls()

getWsdlVersionTransitionBlacklists

protected Map<String,List<WsdlCompareTestCase.VersionTransition>> getWsdlVersionTransitionBlacklists()
Description copied from class: WsdlCompareTestCase
Allows an extending test to specify versions transitions of specific wsdls to omit from testing. This can be useful for ignoring version compatibility issues that have already been addressed in previously released versions.

Overrides:
getWsdlVersionTransitionBlacklists in class WsdlCompareTestCase
Returns:
a Map from wsdl file name (e.g. "DocumentTypeService.wsdl") to a list of WsdlCompareTestCase.MavenVersions to filter


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.