| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| TestBuilder |
|
| 0.0;0 |
| 1 | package org.webslinger.junit; | |
| 2 | ||
| 3 | import java.util.List; | |
| 4 | ||
| 5 | import junit.framework.Test; | |
| 6 | ||
| 7 | public interface TestBuilder { | |
| 8 | void addTests(List<Test> tests); | |
| 9 | } |