org.test4j.datafilling.filler.primitive
类 BooleanFiller

java.lang.Object
  继承者 org.test4j.datafilling.Filler
      继承者 org.test4j.datafilling.filler.PrimitiveFiller
          继承者 org.test4j.datafilling.filler.primitive.BooleanFiller

public class BooleanFiller
extends PrimitiveFiller


字段摘要
 
从类 org.test4j.datafilling.Filler 继承的字段
argsTypeMap, strategy
 
构造方法摘要
BooleanFiller(DataFactory strategy)
           
 
方法摘要
 Boolean fillWith(AttributeInfo attribute)
          It returns the boolean value indicated in the annotation.
 
从类 org.test4j.datafilling.filler.PrimitiveFiller 继承的方法
fillingPrimitive
 
从类 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
 

构造方法详细信息

BooleanFiller

public BooleanFiller(DataFactory strategy)
方法详细信息

fillWith

public Boolean fillWith(AttributeInfo attribute)
It returns the boolean value indicated in the annotation.

覆盖:
PrimitiveFiller 中的 fillWith
返回:
The boolean value indicated in the annotation


Copyright © 2013. All rights reserved.