public interface TestWireHolder
| Modifier and Type | Field and Description |
|---|---|
static java.net.URI |
COMPONENT_URI |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String testName,
org.fabric3.spi.container.wire.Wire wire)
Adds a wire to a test component keyed by test name.
|
java.util.Map<java.lang.String,org.fabric3.spi.container.wire.Wire> |
getWires()
The wires to test components keyed by test name.
|
void add(java.lang.String testName,
org.fabric3.spi.container.wire.Wire wire)
testName - the test namewire - the wirejava.util.Map<java.lang.String,org.fabric3.spi.container.wire.Wire> getWires()