Uses of Record Class
dev.dokimos.core.ItemResult
Packages that use ItemResult
-
Uses of ItemResult in dev.dokimos.core
Methods in dev.dokimos.core that return types with arguments of type ItemResultModifier and TypeMethodDescriptionExperimentResult.itemResults()Returns all item results across all runs.RunResult.itemResults()Returns the value of theitemResultsrecord component.Methods in dev.dokimos.core with parameters of type ItemResultModifier and TypeMethodDescriptionvoidNoOpReporter.reportItem(RunHandle handle, ItemResult result) voidReporter.reportItem(RunHandle handle, ItemResult result) Reports a single evaluated item.Constructor parameters in dev.dokimos.core with type arguments of type ItemResultModifierConstructorDescriptionRunResult(int runIndex, List<ItemResult> itemResults) Creates an instance of aRunResultrecord class. -
Uses of ItemResult in dev.dokimos.core.comparison
Method parameters in dev.dokimos.core.comparison with type arguments of type ItemResultModifier and TypeMethodDescriptionRunComparison.Builder.itemKey(Function<ItemResult, String> itemKey) Function that derives an item-identity key from an item result. -
Uses of ItemResult in dev.dokimos.server.client
Methods in dev.dokimos.server.client that return types with arguments of type ItemResultModifier and TypeMethodDescriptionDokimosServerReporter.ItemDeliveryFailure.items()Returns the value of theitemsrecord component.Methods in dev.dokimos.server.client with parameters of type ItemResultModifier and TypeMethodDescriptionvoidDokimosServerReporter.reportItem(RunHandle handle, ItemResult result) Constructor parameters in dev.dokimos.server.client with type arguments of type ItemResultModifierConstructorDescriptionItemDeliveryFailure(String runId, int itemCount, List<ItemResult> items) Creates an instance of aItemDeliveryFailurerecord class.