org.test4j.datafilling.filler.pojo
类 ConstructorFiller

java.lang.Object
  继承者 org.test4j.datafilling.Filler
      继承者 org.test4j.datafilling.filler.PoJoFiller
          继承者 org.test4j.datafilling.filler.pojo.ConstructorFiller

public class ConstructorFiller
extends PoJoFiller


字段摘要
 
从类 org.test4j.datafilling.Filler 继承的字段
argsTypeMap, strategy
 
构造方法摘要
ConstructorFiller(DataFactory strategy, Map<String,Type> argsTypeMap)
           
 
方法摘要
 Object fillingWithPublicConstructor(Class clazz, Constructor[] constructors)
          There are public constructors.
 
从类 org.test4j.datafilling.filler.PoJoFiller 继承的方法
fillingPoJo, fillingWithConstructorsOrFactory
 
从类 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
 

构造方法详细信息

ConstructorFiller

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

fillingWithPublicConstructor

public Object fillingWithPublicConstructor(Class clazz,
                                           Constructor[] constructors)
There are public constructors. We need the no-arg one for now.

参数:
constructors -
genericTypeArgs -
返回:


Copyright © 2013. All rights reserved.