org.ops4j.pax.exam
Interface TestAddress


public interface TestAddress

Test pointer to an executable test. TestAddresses are graph based, so they have a parent and 0-many childs.

Since:
Jan 11, 2010
Author:
Toni Menzel

Method Summary
 String caption()
           
 String identifier()
          Identifier of a single addressable test.
 TestAddress root()
           
 

Method Detail

identifier

String identifier()
Identifier of a single addressable test.

Returns:
identifier that is associated with this address. Basically its the persistent representation.

caption

String caption()

root

TestAddress root()


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.