Class DiffDescriptionLine<T>


  • public class DiffDescriptionLine<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected NamedValueMatcher<V> pattern  
      protected java.lang.String printedPatternValue  
      protected java.lang.String requestAttribute  
      protected V value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getActual()  
      java.util.List<MatchResult.DiffDescription> getDiffDescriptions()  
      MatchResult getMatchResult()  
      java.lang.String getMessage()  
      java.lang.String getPrintedPatternValue()  
      java.lang.String getRequestAttribute()  
      protected boolean isExactMatch()  
      boolean isForNonMatch()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • requestAttribute

        protected final java.lang.String requestAttribute
      • value

        protected final V value
      • printedPatternValue

        protected final java.lang.String printedPatternValue
    • Constructor Detail

      • DiffDescriptionLine

        public DiffDescriptionLine​(MatchResult.DiffDescription diffDescription,
                                   java.lang.String requestAttribute,
                                   java.lang.Boolean isExactMatch)
    • Method Detail

      • getActual

        public java.lang.Object getActual()
      • getMessage

        public java.lang.String getMessage()
      • isExactMatch

        protected boolean isExactMatch()
      • getRequestAttribute

        public java.lang.String getRequestAttribute()
      • getPrintedPatternValue

        public java.lang.String getPrintedPatternValue()
      • isForNonMatch

        public boolean isForNonMatch()