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

TestProducerBehavior - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.wsrp.framework
Class TestProducerBehavior

java.lang.Object
  extended byorg.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

Field Summary
protected  int callCount
           
 
Constructor Summary
TestProducerBehavior()
           
 
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
 

Field Detail

callCount

protected int callCount
Constructor Detail

TestProducerBehavior

public TestProducerBehavior()
Method Detail

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.