org.kuali.rice.kew.role
Class XPathQualifierResolverTest

java.lang.Object
  extended by org.kuali.rice.test.BaseRiceTestCase
      extended by org.kuali.rice.kew.role.XPathQualifierResolverTest
All Implemented Interfaces:
MethodAware

public class XPathQualifierResolverTest
extends BaseRiceTestCase

Tests the XPathQualifierResolver.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private static String COMPOUND_CONFIG_1
           
private static String COMPOUND_CONFIG_2
           
private static String COMPOUND_DOC_XML_1
           
private static String COMPOUND_DOC_XML_2
           
private static String COMPOUND_DOC_XML_3
           
private static String SIMPLE_CONFIG_1
           
private static String SIMPLE_CONFIG_2
           
private static String SIMPLE_DOC_XML_1
           
 
Fields inherited from class org.kuali.rice.test.BaseRiceTestCase
log, method
 
Constructor Summary
XPathQualifierResolverTest()
           
 
Method Summary
 void testResolve_compoundMap_noBaseXPath()
           
 void testResolve_compoundMap()
           
 void testResolve_compoundMap1()
           
 void testResolve_simpleMap_noBaseXPath()
           
 void testResolve_simpleMap()
           
private  void verifyAccountmaps(List<Map<String,String>> maps)
           
 
Methods inherited from class org.kuali.rice.test.BaseRiceTestCase
getName, getPerTestDataLoaderLifecycle, resetLogLevels, setLogLevel, setName, setTestMethod, setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMPLE_CONFIG_1

private static final String SIMPLE_CONFIG_1
See Also:
Constant Field Values

SIMPLE_DOC_XML_1

private static final String SIMPLE_DOC_XML_1
See Also:
Constant Field Values

SIMPLE_CONFIG_2

private static final String SIMPLE_CONFIG_2
See Also:
Constant Field Values

COMPOUND_CONFIG_1

private static final String COMPOUND_CONFIG_1
See Also:
Constant Field Values

COMPOUND_CONFIG_2

private static final String COMPOUND_CONFIG_2
See Also:
Constant Field Values

COMPOUND_DOC_XML_1

private static final String COMPOUND_DOC_XML_1
See Also:
Constant Field Values

COMPOUND_DOC_XML_2

private static final String COMPOUND_DOC_XML_2
See Also:
Constant Field Values

COMPOUND_DOC_XML_3

private static final String COMPOUND_DOC_XML_3
See Also:
Constant Field Values
Constructor Detail

XPathQualifierResolverTest

public XPathQualifierResolverTest()
Method Detail

testResolve_simpleMap

public void testResolve_simpleMap()
                           throws Exception
Throws:
Exception

testResolve_simpleMap_noBaseXPath

public void testResolve_simpleMap_noBaseXPath()
                                       throws Exception
Throws:
Exception

verifyAccountmaps

private void verifyAccountmaps(List<Map<String,String>> maps)

testResolve_compoundMap1

public void testResolve_compoundMap1()
                              throws Exception
Throws:
Exception

testResolve_compoundMap

public void testResolve_compoundMap()
                             throws Exception
Throws:
Exception

testResolve_compoundMap_noBaseXPath

public void testResolve_compoundMap_noBaseXPath()
                                         throws Exception
Throws:
Exception


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.