public interface TestAddress
| Modifier and Type | Method and Description |
|---|---|
Object[] |
arguments()
Test Addresses can have default argument values.
|
String |
caption() |
String |
identifier()
Identifier of a single addressable test.
|
TestAddress |
root()
Test Addresses are built from other test addresses, so they build a compound tree.
|
String identifier()
String caption()
TestAddress root()
Object[] arguments()
Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.