Package org.mockserver.llm.drift
Class DriftReport
java.lang.Object
org.mockserver.llm.drift.DriftReport
Result of a drift-detection run: one
DriftReport.ExchangeDrift per recorded
exchange that was replayed against the live provider, plus rollup counts.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classPer-exchange structural-drift outcome. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DriftReport
-
-
Method Details
-
getExchanges
-
driftedCount
public long driftedCount() -
checkedCount
public long checkedCount() -
couldNotCheckCount
public long couldNotCheckCount() -
hasDrift
public boolean hasDrift()
-