org.test4j.datafilling.strategy
类 EmptyStrategy

java.lang.Object
  继承者 org.test4j.datafilling.strategy.EmptyStrategy
所有已实现的接口:
AttributeStrategy<Object>

public class EmptyStrategy
extends Object
implements AttributeStrategy<Object>

A default Object strategy, just to provide a default to CollectionGenerator#collectionElementStrategy().


构造方法摘要
EmptyStrategy()
           
 
方法摘要
 Object getValue()
          It returns a value of the given type
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

EmptyStrategy

public EmptyStrategy()
方法详细信息

getValue

public Object getValue()
                throws PoJoFillException
It returns a value of the given type

指定者:
接口 AttributeStrategy<Object> 中的 getValue
返回:
A value of the given type
抛出:
PoJoFillException - If an exception occurred while assigning the value specified by this strategy


Copyright © 2013. All rights reserved.