Class UnifiedTestResult.Attachment

java.lang.Object
io.github.mov2day.unifiedtest.reporting.UnifiedTestResult.Attachment
Enclosing class:
UnifiedTestResult

public static class UnifiedTestResult.Attachment extends Object
  • Constructor Details

    • Attachment

      public Attachment(String name, String type, byte[] content)
  • Method Details

    • getName

      public String getName()
    • getType

      public String getType()
    • getContent

      public byte[] getContent()