Class 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean ignoreEmptyValue  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setIgnoreEmpty​(boolean ignoreEmptyValue)  
      boolean shouldIgnore()  
      java.lang.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
    • Field Detail

      • ignoreEmptyValue

        private boolean ignoreEmptyValue
    • Constructor Detail

      • ExtendedVariable

        public ExtendedVariable()
    • Method Detail

      • setIgnoreEmpty

        public void setIgnoreEmpty​(boolean ignoreEmptyValue)
      • shouldIgnore

        public boolean shouldIgnore()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object