Interface TestResultMessageHolder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Collection<java.lang.String> messages()
      Return the messages that occurred during the execution of this item.
    • Method Detail

      • messages

        java.util.Collection<java.lang.String> messages()
        Return the messages that occurred during the execution of this item.
        Returns:
        a collection of messages or an empty collection