| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| PicoModule |
|
| 1.0;1 |
| 1 | package org.jbehave.core.configuration.pico; | |
| 2 | ||
| 3 | import org.picocontainer.MutablePicoContainer; | |
| 4 | ||
| 5 | public interface PicoModule { | |
| 6 | ||
| 7 | void configure(MutablePicoContainer container); | |
| 8 | ||
| 9 | } |