com.carrotsearch.ant.tasks.junit4
Class JUnit4.ExtendedVariable

java.lang.Object
  extended by org.apache.tools.ant.types.Environment.Variable
      extended by com.carrotsearch.ant.tasks.junit4.JUnit4.ExtendedVariable
Enclosing class:
JUnit4

public static class JUnit4.ExtendedVariable
extends org.apache.tools.ant.types.Environment.Variable

A Environment.Variable with an additional attribute specifying whether or not empty values should be propagated or ignored.


Constructor Summary
JUnit4.ExtendedVariable()
           
 
Method Summary
 void setIgnoreEmpty(boolean ignoreEmptyValue)
           
 boolean shouldIgnore()
           
 String toString()
           
 
Methods inherited from class org.apache.tools.ant.types.Environment.Variable
getContent, getKey, getValue, setFile, setKey, setPath, setValue, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JUnit4.ExtendedVariable

public JUnit4.ExtendedVariable()
Method Detail

setIgnoreEmpty

public void setIgnoreEmpty(boolean ignoreEmptyValue)

shouldIgnore

public boolean shouldIgnore()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.