MCPcopy Create free account
hub / github.com/castello/spring_basic / BoardServiceImplTest

Class BoardServiceImplTest

ch4/BoardServiceImplTest.java:9–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import static org.junit.Assert.*;
8
9public class BoardServiceImplTest {
10
11 @Test
12 public void read() {
13 }
14
15 @Test
16 public void edit() {
17 }
18
19 @Test
20 public void write() {
21 }
22
23 @Test
24 public void remove() {
25 }
26
27 @Test
28 public void getPage() {
29 }
30
31 @Test
32 public void getList() {
33 }
34}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected