org.kuali.rice.shareddata.impl.state
Class StateServiceImplTest

java.lang.Object
  extended by 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


Constructor Summary
StateServiceImplTest()
           
 
Method Summary
static void createSampleStateBOs()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String property)
           
static Object getSampleStates()
           
static Object getSampleStatesPerCountry()
           
 StateService getStateService()
           
 StateServiceImpl getStateServiceImpl()
           
 void injectBusinessObjectServiceIntoStateService()
           
 Object invokeMethod(String method, Object arguments)
           
 void setMetaClass(groovy.lang.MetaClass mc)
           
 void setProperty(String property, Object value)
           
static void setSampleStates(Object value)
           
static void setSampleStatesPerCountry(Object value)
           
 void setStateService(StateService value)
           
 void setStateServiceImpl(StateServiceImpl value)
           
 void setupBoServiceMockContext()
           
 void setupServiceUnderTest()
           
 void test_find_all_states_in_country_does_not_exist()
           
 void test_find_all_states_in_country_exists()
           
 void test_find_all_states_in_country_null_countryCode()
           
 void test_get_state_does_not_exist()
           
 void test_get_state_exists()
           
 void test_get_state_null_code()
           
 void test_get_state_null_countryCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateServiceImplTest

public StateServiceImplTest()
Method Detail

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.