org.jboss.portal.junit
Interface HeaderNames


public interface HeaderNames

Defines header names that the client test suite put in the request that can be used by the server side tests.


Field Summary
static java.lang.String REQUEST_COUNT
          The number of time this test has been invoked.
static java.lang.String TEST_ID
          Test test ID.
 

Field Detail

TEST_ID

static final java.lang.String TEST_ID
Test test ID.

See Also:
Constant Field Values

REQUEST_COUNT

static final java.lang.String REQUEST_COUNT
The number of time this test has been invoked.

See Also:
Constant Field Values