Class DriftReport

java.lang.Object
org.mockserver.llm.drift.DriftReport

public final class DriftReport extends Object
Result of a drift-detection run: one DriftReport.ExchangeDrift per recorded exchange that was replayed against the live provider, plus rollup counts.
  • Constructor Details

  • Method Details

    • getExchanges

      public List<DriftReport.ExchangeDrift> getExchanges()
    • driftedCount

      public long driftedCount()
    • checkedCount

      public long checkedCount()
    • couldNotCheckCount

      public long couldNotCheckCount()
    • hasDrift

      public boolean hasDrift()