Uses of Class
dev.cel.expr.conformance.test.TestCase.Builder
Packages that use TestCase.Builder
-
Uses of TestCase.Builder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return TestCase.BuilderModifier and TypeMethodDescriptionTestCase.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TestSection.Builder.addTestsBuilder()Test cases of the test section.TestSection.Builder.addTestsBuilder(int index) Test cases of the test section.TestCase.Builder.clear()TestCase.Builder.clearDeducedType()If specified validates that the deduced type at check time matches If the result kind is not set and this field is set, the test is considered "check-only".TestCase.Builder.clearDescription()A description of the test.TestCase.Builder.clearDisableCheck()Bypass the type-checking and only attempt to evaluate the parsed expression.TestCase.Builder.clearEnv()Serialized environment to be used for compilation and evaluation of the CEL expression for the current test case.TestCase.Builder.clearExpr()The text of the CEL expression.TestCase.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TestCase.Builder.clearInput()TestCase.Builder.clearInputContext()Input in the form of a context proto for the test case.TestCase.Builder.clearName()Name of the test case.TestCase.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TestCase.Builder.clearOutput()Expected result of the test case.TestCase.Builder.clone()TestSection.Builder.getTestsBuilder(int index) Test cases of the test section.TestCase.Builder.mergeDeducedType(Type value) If specified validates that the deduced type at check time matches If the result kind is not set and this field is set, the test is considered "check-only".TestCase.Builder.mergeEnv(Environment value) Serialized environment to be used for compilation and evaluation of the CEL expression for the current test case.TestCase.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TestCase.Builder.mergeFrom(com.google.protobuf.Message other) TestCase.Builder.mergeInputContext(InputContext value) Input in the form of a context proto for the test case.TestCase.Builder.mergeOutput(TestOutput value) Expected result of the test case.final TestCase.BuilderTestCase.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TestCase.BuilderTestCase.newBuilder()static TestCase.BuilderTestCase.newBuilder(TestCase prototype) TestCase.newBuilderForType()protected TestCase.BuilderTestCase.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TestCase.Builder.putAllInput(Map<String, InputValue> values) A map representing a variable binding where the key is the name of the input variable.TestCase.Builder.putInput(String key, InputValue value) A map representing a variable binding where the key is the name of the input variable.TestCase.Builder.removeInput(String key) A map representing a variable binding where the key is the name of the input variable.TestCase.Builder.setDeducedType(Type value) If specified validates that the deduced type at check time matches If the result kind is not set and this field is set, the test is considered "check-only".TestCase.Builder.setDeducedType(Type.Builder builderForValue) If specified validates that the deduced type at check time matches If the result kind is not set and this field is set, the test is considered "check-only".TestCase.Builder.setDescription(String value) A description of the test.TestCase.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) A description of the test.TestCase.Builder.setDisableCheck(boolean value) Bypass the type-checking and only attempt to evaluate the parsed expression.TestCase.Builder.setEnv(Environment value) Serialized environment to be used for compilation and evaluation of the CEL expression for the current test case.TestCase.Builder.setEnv(Environment.Builder builderForValue) Serialized environment to be used for compilation and evaluation of the CEL expression for the current test case.The text of the CEL expression.TestCase.Builder.setExprBytes(com.google.protobuf.ByteString value) The text of the CEL expression.TestCase.Builder.setInputContext(InputContext value) Input in the form of a context proto for the test case.TestCase.Builder.setInputContext(InputContext.Builder builderForValue) Input in the form of a context proto for the test case.Name of the test case.TestCase.Builder.setNameBytes(com.google.protobuf.ByteString value) Name of the test case.TestCase.Builder.setOutput(TestOutput value) Expected result of the test case.TestCase.Builder.setOutput(TestOutput.Builder builderForValue) Expected result of the test case.TestCase.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final TestCase.BuilderTestCase.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TestCase.toBuilder()Methods in dev.cel.expr.conformance.test that return types with arguments of type TestCase.BuilderModifier and TypeMethodDescriptionTestSection.Builder.getTestsBuilderList()Test cases of the test section.Methods in dev.cel.expr.conformance.test with parameters of type TestCase.BuilderModifier and TypeMethodDescriptionTestSection.Builder.addTests(int index, TestCase.Builder builderForValue) Test cases of the test section.TestSection.Builder.addTests(TestCase.Builder builderForValue) Test cases of the test section.TestSection.Builder.setTests(int index, TestCase.Builder builderForValue) Test cases of the test section.