cleanup work

This commit is contained in:
Eugen Paraschiv
2018-03-04 18:23:38 +02:00
parent b97310a15b
commit 2028662cd3
4 changed files with 5 additions and 3 deletions
@@ -7,7 +7,7 @@ import java.util.List;
import org.junit.Assert;
import org.junit.Test;
public class CourseServiceTest {
public class CourseServiceUnitTest {
@Test
public void givenCourse_whenSetValuesUsingPropertyUtil_thenReturnSetValues() throws IllegalAccessException, InvocationTargetException, NoSuchMethodException {