Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit a2f17019 authored by Fauzan Hanandito's avatar Fauzan Hanandito
Browse files

Add CourseServiceImplTest

parent 45b24941
No related branches found
No related tags found
1 merge request!2Implement course page and a forgotten method for StudentServiceImpl
......@@ -38,4 +38,5 @@ public class CourseServiceImpl implements CourseService {
courseIterator.forEachRemaining(allCourses::add);
return allCourses;
}
}
package id.ac.ui.cs.advprog.tutorial0.service;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class CourseServiceImplTest {
@Test
void create() {
}
@Test
void findAll() {
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment