当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
TestProducerBehavior - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.test.wsrp.framework
Class TestProducerBehavior
java.lang.Object
org.jboss.portal.test.wsrp.framework.TestProducerBehavior
- Direct Known Subclasses:
- MarkupBehavior
- public abstract class TestProducerBehavior
- extends java.lang.Object
Provides a base class for Producer behavior used in Consumer testing.
- Since:
- 2.6
- Version:
- $Revision$
- Author:
- Chris
Laprun
Method Summary |
void |
incrementCallCount()
Increment the number of times methods of this behavior have been called. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
callCount
protected int callCount
TestProducerBehavior
public TestProducerBehavior()
incrementCallCount
public void incrementCallCount()
- Increment the number of times methods of this behavior have been called. Used when the behavior changes depending
on how many times methods have been called.