Class JUnit4.ExtendedVariable
- java.lang.Object
-
- org.apache.tools.ant.types.Environment.Variable
-
- com.carrotsearch.ant.tasks.junit4.JUnit4.ExtendedVariable
-
- Enclosing class:
- JUnit4
public static class JUnit4.ExtendedVariable extends org.apache.tools.ant.types.Environment.Variable
AEnvironment.Variable
with an additional attribute specifying whether or not empty values should be propagated or ignored.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
ignoreEmptyValue
-
Constructor Summary
Constructors Constructor Description ExtendedVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setIgnoreEmpty(boolean ignoreEmptyValue)
boolean
shouldIgnore()
java.lang.String
toString()
-