org.kuali.student.enrollment.class2.courseofferingset.service.impl
Class TestCourseOfferingSetServiceMockImpl

java.lang.Object
  extended by org.kuali.student.enrollment.class2.courseofferingset.service.impl.TestCourseOfferingSetServiceMockImpl
Direct Known Subclasses:
TestCourseOfferingSetServiceJpaPersistenceImpl

@ContextConfiguration(locations="classpath:soc-mock-persistence-impl-test-context.xml")
public class TestCourseOfferingSetServiceMockImpl
extends Object

Tests the mock persistence implementation to make sure it does basic crud

Author:
Kuali Student Team

Field Summary
 ContextInfo callContext
           
static String principalId
           
protected  CourseOfferingSetService socService
           
 
Constructor Summary
TestCourseOfferingSetServiceMockImpl()
           
 
Method Summary
 void setUp()
           
 void testCRUD()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

socService

protected CourseOfferingSetService socService

principalId

public static String principalId

callContext

public ContextInfo callContext
Constructor Detail

TestCourseOfferingSetServiceMockImpl

public TestCourseOfferingSetServiceMockImpl()
Method Detail

setUp

public void setUp()

testCRUD

public void testCRUD()
              throws Exception
Throws:
Exception


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