Class _TestResult

    • Method Detail

      • getGraphQlTypeName

        public String getGraphQlTypeName()
      • getTestCase

        public _RDFNode getTestCase()
        The test case resource, with label and uri fields.
      • getMessage

        public String getMessage()
        A human-readable message for the test result. Null if the test case execute successfully.
      • getActualResult

        public String getActualResult()
        An encoded RDF value representing the actual result delivered by the test run.
      • getExpectedResult

        public String getExpectedResult()
        An encoded RDF value representing the actual result delivered by the test run.