org.test4j.datafilling.strategy
接口 AttributeStrategy<T>

所有已知实现类:
EmptyStrategy

public interface AttributeStrategy<T>

Generic contract for attribute-level data provider strategies.


方法摘要
 T getValue()
          It returns a value of the given type
 

方法详细信息

getValue

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

返回:
A value of the given type
抛出:
PoJoFillException - If an exception occurred while assigning the value specified by this strategy


Copyright © 2013. All rights reserved.