站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

HeaderNames - JBOSS Portal 2.2 API 英文版文档


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

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

See Also:
Constant Field Values

REQUEST_COUNT

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

See Also:
Constant Field Values