| 7 | import static org.junit.Assert.*; |
| 8 | |
| 9 | public 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected