Uses of Class
dev.dokimos.core.EvalTestCase.Builder
Packages that use EvalTestCase.Builder
-
Uses of EvalTestCase.Builder in dev.dokimos.core
Methods in dev.dokimos.core that return EvalTestCase.BuilderModifier and TypeMethodDescriptionEvalTestCase.Builder.actualOutput(String value) Sets the primary actual output value.EvalTestCase.Builder.actualOutput(String key, Object value) Adds an actual output with the given key and value.EvalTestCase.Builder.actualOutputs(Map<String, Object> actualOutputs) Adds all entries from the given actual outputs map.static EvalTestCase.BuilderEvalTestCase.builder()Creates a new builder for constructing test cases.EvalTestCase.Builder.expectedOutput(String value) Sets the primary expected output value.EvalTestCase.Builder.expectedOutput(String key, Object value) Adds an expected output with the given key and value.EvalTestCase.Builder.expectedOutputs(Map<String, Object> expectedOutputs) Adds all entries from the given expected outputs map.Sets the primary input value.Adds an input with the given key and value.Adds all entries from the given inputs map.Adds metadata with the given key and value.Adds all entries from the given metadata map.