| Package | Description |
|---|---|
| org.ops4j.pax.exam |
| Modifier and Type | Method and Description |
|---|---|
TestAddress |
TestProbeBuilder.addTest(Class<?> clazz,
Object... args) |
TestAddress |
TestProbeBuilder.addTest(Class<?> clazz,
String methodName,
Object... args) |
TestAddress |
TestAddress.root()
Test Addresses are built from other test addresses, so they build a compound tree.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestAddress> |
TestProbeBuilder.addTests(Class<?> clazz,
Method... m) |
Set<TestAddress> |
TestProbeProvider.getTests() |
Set<TestAddress> |
TestProbeBuilder.getTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestDirectory.add(TestAddress address,
TestInstantiationInstruction instruction) |
void |
TestContainer.call(TestAddress address) |
TestInstantiationInstruction |
TestDirectory.lookup(TestAddress address) |
Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.