Uses of Record Class
dev.dokimos.mcp.store.RunRecord.EvalDetail
Packages that use RunRecord.EvalDetail
-
Uses of RunRecord.EvalDetail in dev.dokimos.mcp.store
Methods in dev.dokimos.mcp.store that return types with arguments of type RunRecord.EvalDetailModifier and TypeMethodDescriptionRunRecord.ItemDetail.evaluations()Returns the value of theevaluationsrecord component.Constructor parameters in dev.dokimos.mcp.store with type arguments of type RunRecord.EvalDetailModifierConstructorDescriptionItemDetail(String input, String expectedOutput, String actualOutput, boolean success, List<RunRecord.EvalDetail> evaluations) Creates an instance of aItemDetailrecord class.