| |
|
| org.kuali.kfs.context.KualiTestBase org.kuali.kfs.service.BatchInputServiceSystemParametersTest
BatchInputServiceSystemParametersTest | public class BatchInputServiceSystemParametersTest extends KualiTestBase (Code) | | Tests system parameters are setup and methods on the batch input types are correctly using them.
|
setUp | protected void setUp() throws Exception(Code) | | See Also: junit.framework.TestCase.setUp |
testIsBatchInputTypeActive_emptySystemParameter | final public void testIsBatchInputTypeActive_emptySystemParameter() throws Exception(Code) | | Set SystemGroupParameterNames.ACTIVE_INPUT_TYPES_PARAMETER_NAME to empty and verify both pcdo & collector are inactive
|
testIsBatchInputTypeActive_invalidSystemParameter | final public void testIsBatchInputTypeActive_invalidSystemParameter() throws Exception(Code) | | Set SystemGroupParameterNames.ACTIVE_INPUT_TYPES_PARAMETER_NAME to an invalid group and verify both pcdo & collector are
inactive
|
testIsBatchInputTypeActive_systemParameterContainsBoth | final public void testIsBatchInputTypeActive_systemParameterContainsBoth() throws Exception(Code) | | Set SystemGroupParameterNames.ACTIVE_INPUT_TYPES_PARAMETER_NAME to contain both indentifiers and verify both pcdo & collector
are active
|
testIsBatchInputTypeActive_systemParameterContainsOne | final public void testIsBatchInputTypeActive_systemParameterContainsOne() throws Exception(Code) | | Set SystemGroupParameterNames.ACTIVE_INPUT_TYPES_PARAMETER_NAME to contain one indentifier and verify the correct one is
active and other type is inactive.
|
testSystemParametersExist | final public void testSystemParametersExist() throws Exception(Code) | | Verifies system parameters needed by the batch upload process exist in the db.
|
|
|
|