Uses of Class
de.xima.fc.prompt.mgmt.gui.model.PromptQueryTestExecutionResult
Packages that use PromptQueryTestExecutionResult
-
Uses of PromptQueryTestExecutionResult in de.xima.fc.prompt.mgmt.gui.model
Methods in de.xima.fc.prompt.mgmt.gui.model that return PromptQueryTestExecutionResultModifier and TypeMethodDescriptionCreates a new prompt query test execution result representing an error, i.e. when test execution failed.PromptQueryTestExecutionResult.forSuccess(String json, List<PromptTestFileList<IPromptBinaryData>> files) Creates a new successful prompt query test execution result.PromptQueryTestViewModel.getLastExecutionResult()Gets the result of the last prompt query test execution, if any.Methods in de.xima.fc.prompt.mgmt.gui.model with parameters of type PromptQueryTestExecutionResultModifier and TypeMethodDescriptionvoidPromptQueryTestViewModel.updateLastExecutionResult(PromptQueryTestExecutionResult result) Updates this test view model with the given execution result from the latest prompt query test execution.