View Javadoc

1   package org.kuali.student.lum.course.service.impl;
2   
3   import org.junit.runner.RunWith;
4   import org.springframework.test.context.ContextConfiguration;
5   import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
6   @RunWith(SpringJUnit4ClassRunner.class)
7   @ContextConfiguration(locations={"classpath:course-dev-test-context.xml"})
8   public class DevAssemblyTesting extends TestCourseServiceImpl{
9   }