Class CompareAssertionResult

    • Constructor Detail

      • CompareAssertionResult

        @Deprecated
        public CompareAssertionResult()
        Deprecated.
        Use the other ctor
        For testing only
      • CompareAssertionResult

        public CompareAssertionResult​(String name)
    • Method Detail

      • addToBaseResult

        public void addToBaseResult​(String resultData)
      • addToSecondaryResult

        public void addToSecondaryResult​(String resultData)
      • getBaseResult

        public String getBaseResult()
      • getSecondaryResult

        public String getSecondaryResult()