Uses of Class
dev.cel.expr.conformance.test.SimpleTest.Builder
Packages that use SimpleTest.Builder
-
Uses of SimpleTest.Builder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return SimpleTest.BuilderModifier and TypeMethodDescriptionSimpleTest.Builder.addAllTypeEnv(Iterable<? extends Decl> values) The type environment to use for the check phase.SimpleTest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SimpleTestSection.Builder.addTestBuilder()The contained tests.SimpleTestSection.Builder.addTestBuilder(int index) The contained tests.SimpleTest.Builder.addTypeEnv(int index, Decl value) The type environment to use for the check phase.SimpleTest.Builder.addTypeEnv(int index, Decl.Builder builderForValue) The type environment to use for the check phase.SimpleTest.Builder.addTypeEnv(Decl value) The type environment to use for the check phase.SimpleTest.Builder.addTypeEnv(Decl.Builder builderForValue) The type environment to use for the check phase.SimpleTest.Builder.clear()SimpleTest.Builder.clearAnyEvalErrors()Matches one of several error results.SimpleTest.Builder.clearAnyUnknowns()Matches one of several unknown results.SimpleTest.Builder.clearBindings()SimpleTest.Builder.clearCheckOnly()Disables the evaluate phase.SimpleTest.Builder.clearContainer()The container for name resolution.SimpleTest.Builder.clearDescription()A description of the test.SimpleTest.Builder.clearDisableCheck()Disables the check phase.SimpleTest.Builder.clearDisableMacros()Disables all macro expansion in parsing.SimpleTest.Builder.clearEvalError()Matches error evaluation results.SimpleTest.Builder.clearExpr()Required.SimpleTest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SimpleTest.Builder.clearLocale()The locale to use for the evaluation phase.SimpleTest.Builder.clearName()Required.SimpleTest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SimpleTest.Builder.clearResultMatcher()SimpleTest.Builder.clearTypedResult()A result and deduced expression type.SimpleTest.Builder.clearTypeEnv()The type environment to use for the check phase.SimpleTest.Builder.clearUnknown()Matches unknown evaluation results.SimpleTest.Builder.clearValue()A normal value, which must match the evaluation result exactly via value equality semantics.SimpleTest.Builder.clone()SimpleTestSection.Builder.getTestBuilder(int index) The contained tests.SimpleTest.Builder.mergeAnyEvalErrors(ErrorSetMatcher value) Matches one of several error results.SimpleTest.Builder.mergeAnyUnknowns(UnknownSetMatcher value) Matches one of several unknown results.SimpleTest.Builder.mergeEvalError(ErrorSet value) Matches error evaluation results.SimpleTest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SimpleTest.Builder.mergeFrom(com.google.protobuf.Message other) SimpleTest.Builder.mergeFrom(SimpleTest other) SimpleTest.Builder.mergeTypedResult(TypedResult value) A result and deduced expression type.SimpleTest.Builder.mergeUnknown(UnknownSet value) Matches unknown evaluation results.final SimpleTest.BuilderSimpleTest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SimpleTest.Builder.mergeValue(Value value) A normal value, which must match the evaluation result exactly via value equality semantics.static SimpleTest.BuilderSimpleTest.newBuilder()static SimpleTest.BuilderSimpleTest.newBuilder(SimpleTest prototype) SimpleTest.newBuilderForType()protected SimpleTest.BuilderSimpleTest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SimpleTest.Builder.putAllBindings(Map<String, ExprValue> values) Variable bindings to use for the eval phase.SimpleTest.Builder.putBindings(String key, ExprValue value) Variable bindings to use for the eval phase.SimpleTest.Builder.removeBindings(String key) Variable bindings to use for the eval phase.SimpleTest.Builder.removeTypeEnv(int index) The type environment to use for the check phase.SimpleTest.Builder.setAnyEvalErrors(ErrorSetMatcher value) Matches one of several error results.SimpleTest.Builder.setAnyEvalErrors(ErrorSetMatcher.Builder builderForValue) Matches one of several error results.SimpleTest.Builder.setAnyUnknowns(UnknownSetMatcher value) Matches one of several unknown results.SimpleTest.Builder.setAnyUnknowns(UnknownSetMatcher.Builder builderForValue) Matches one of several unknown results.SimpleTest.Builder.setCheckOnly(boolean value) Disables the evaluate phase.SimpleTest.Builder.setContainer(String value) The container for name resolution.SimpleTest.Builder.setContainerBytes(com.google.protobuf.ByteString value) The container for name resolution.SimpleTest.Builder.setDescription(String value) A description of the test.SimpleTest.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) A description of the test.SimpleTest.Builder.setDisableCheck(boolean value) Disables the check phase.SimpleTest.Builder.setDisableMacros(boolean value) Disables all macro expansion in parsing.SimpleTest.Builder.setEvalError(ErrorSet value) Matches error evaluation results.SimpleTest.Builder.setEvalError(ErrorSet.Builder builderForValue) Matches error evaluation results.Required.SimpleTest.Builder.setExprBytes(com.google.protobuf.ByteString value) Required.The locale to use for the evaluation phase.SimpleTest.Builder.setLocaleBytes(com.google.protobuf.ByteString value) The locale to use for the evaluation phase.Required.SimpleTest.Builder.setNameBytes(com.google.protobuf.ByteString value) Required.SimpleTest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SimpleTest.Builder.setTypedResult(TypedResult value) A result and deduced expression type.SimpleTest.Builder.setTypedResult(TypedResult.Builder builderForValue) A result and deduced expression type.SimpleTest.Builder.setTypeEnv(int index, Decl value) The type environment to use for the check phase.SimpleTest.Builder.setTypeEnv(int index, Decl.Builder builderForValue) The type environment to use for the check phase.SimpleTest.Builder.setUnknown(UnknownSet value) Matches unknown evaluation results.SimpleTest.Builder.setUnknown(UnknownSet.Builder builderForValue) Matches unknown evaluation results.final SimpleTest.BuilderSimpleTest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) A normal value, which must match the evaluation result exactly via value equality semantics.SimpleTest.Builder.setValue(Value.Builder builderForValue) A normal value, which must match the evaluation result exactly via value equality semantics.SimpleTest.toBuilder()Methods in dev.cel.expr.conformance.test that return types with arguments of type SimpleTest.BuilderModifier and TypeMethodDescriptionSimpleTestSection.Builder.getTestBuilderList()The contained tests.Methods in dev.cel.expr.conformance.test with parameters of type SimpleTest.BuilderModifier and TypeMethodDescriptionSimpleTestSection.Builder.addTest(int index, SimpleTest.Builder builderForValue) The contained tests.SimpleTestSection.Builder.addTest(SimpleTest.Builder builderForValue) The contained tests.SimpleTestSection.Builder.setTest(int index, SimpleTest.Builder builderForValue) The contained tests.