Class CypressSpecExecutionReport


  • public class CypressSpecExecutionReport
    extends java.lang.Object
    • Field Detail

      • success

        public final boolean success
      • processOutput

        public final java.lang.String processOutput
    • Constructor Detail

      • CypressSpecExecutionReport

        public CypressSpecExecutionReport​(boolean success,
                                          java.lang.String processOutput)
    • Method Detail

      • getTestExecutionReports

        public java.util.List<ExecutionReport> getTestExecutionReports()
      • setTestExecutionReports

        public void setTestExecutionReports​(java.util.List<ExecutionReport> testExecutionReports)
      • getAttachments

        public java.util.List<byte[]> getAttachments()
      • setAttachments

        public void setAttachments​(java.util.List<byte[]> attachments)