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().
| 从类 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.