org.test4j.datafilling.filler
类 ArrayFiller

java.lang.Object
  继承者 org.test4j.datafilling.Filler
      继承者 org.test4j.datafilling.filler.ArrayFiller

public class ArrayFiller
extends Filler


字段摘要
 
从类 org.test4j.datafilling.Filler 继承的字段
argsTypeMap, strategy
 
构造方法摘要
ArrayFiller(DataFactory strategy, Map<String,Type> argsTypeMap)
           
 
方法摘要
 Object fillingArray(AttributeInfo attribute)
          It returns an Array with the first element set
 
从类 org.test4j.datafilling.Filler 继承的方法
filling, filling, filling, filling, filling, fillingAttribute, returnAttributeDataStrategyValue
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ArrayFiller

public ArrayFiller(DataFactory strategy,
                   Map<String,Type> argsTypeMap)
方法详细信息

fillingArray

public Object fillingArray(AttributeInfo attribute)
                    throws Exception
It returns an Array with the first element set

参数:
attribute - The array type
返回:
Array with the first element set
抛出:
Exception


Copyright © 2013. All rights reserved.