Uses of Class
dev.dokimos.core.Example.Builder
Packages that use Example.Builder
-
Uses of Example.Builder in dev.dokimos.core
Methods in dev.dokimos.core that return Example.BuilderModifier and TypeMethodDescriptionstatic Example.BuilderExample.builder()Creates a new builder for constructing examples.Example.Builder.expectedOutput(String key, Object value) Adds an expected output with the given key and value.Example.Builder.expectedOutputs(Map<String, Object> expectedOutputs) Adds all entries from the given expected outputs map.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.