Class MaterializedTestExecutionReportMetadata


  • public class MaterializedTestExecutionReportMetadata
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MaterializedTestExecutionReportMetadata​(int testExecutionNumber, boolean testExecutionPassed, java.nio.file.Path reportPath, java.util.UUID uuid)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.json.JSONObject toJsonObject()  
      • Methods inherited from class java.lang.Object

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

      • MaterializedTestExecutionReportMetadata

        public MaterializedTestExecutionReportMetadata​(int testExecutionNumber,
                                                       boolean testExecutionPassed,
                                                       java.nio.file.Path reportPath,
                                                       java.util.UUID uuid)
    • Method Detail

      • toJsonObject

        public org.json.JSONObject toJsonObject()