org.kuali.rice.shareddata.impl.state
Class StateServiceImplTest
java.lang.Object
org.kuali.rice.shareddata.impl.state.StateServiceImplTest
- All Implemented Interfaces:
- groovy.lang.GroovyObject
- Direct Known Subclasses:
- StateServiceRemoteTest
public class StateServiceImplTest
- extends Object
- implements groovy.lang.GroovyObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StateServiceImplTest
public StateServiceImplTest()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interface groovy.lang.GroovyObject
invokeMethod
public Object invokeMethod(String method,
Object arguments)
- Specified by:
invokeMethod
in interface groovy.lang.GroovyObject
getProperty
public Object getProperty(String property)
- Specified by:
getProperty
in interface groovy.lang.GroovyObject
setProperty
public void setProperty(String property,
Object value)
- Specified by:
setProperty
in interface groovy.lang.GroovyObject
getSampleStates
public static Object getSampleStates()
setSampleStates
public static void setSampleStates(Object value)
getSampleStatesPerCountry
public static Object getSampleStatesPerCountry()
setSampleStatesPerCountry
public static void setSampleStatesPerCountry(Object value)
getStateServiceImpl
public StateServiceImpl getStateServiceImpl()
setStateServiceImpl
public void setStateServiceImpl(StateServiceImpl value)
getStateService
public StateService getStateService()
setStateService
public void setStateService(StateService value)
createSampleStateBOs
public static void createSampleStateBOs()
setupBoServiceMockContext
public void setupBoServiceMockContext()
setupServiceUnderTest
public void setupServiceUnderTest()
injectBusinessObjectServiceIntoStateService
public void injectBusinessObjectServiceIntoStateService()
test_get_state_null_countryCode
public void test_get_state_null_countryCode()
test_get_state_null_code
public void test_get_state_null_code()
test_get_state_exists
public void test_get_state_exists()
test_get_state_does_not_exist
public void test_get_state_does_not_exist()
test_find_all_states_in_country_null_countryCode
public void test_find_all_states_in_country_null_countryCode()
test_find_all_states_in_country_exists
public void test_find_all_states_in_country_exists()
test_find_all_states_in_country_does_not_exist
public void test_find_all_states_in_country_does_not_exist()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.