Class McpContractTest.CheckResult

java.lang.Object
org.mockserver.netty.mcp.McpContractTest.CheckResult
Enclosing class:
McpContractTest

public static class McpContractTest.CheckResult extends Object
Outcome of a single named conformance check.
  • Method Details

    • getCheck

      public String getCheck()
    • isPassed

      public boolean isPassed()
    • getStatusCode

      public Integer getStatusCode()
    • getDetail

      public String getDetail()
    • getValidationErrors

      public List<String> getValidationErrors()