Uses of Class
dev.cel.expr.conformance.test.ErrorSetMatcher.Builder
Packages that use ErrorSetMatcher.Builder
-
Uses of ErrorSetMatcher.Builder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return ErrorSetMatcher.BuilderModifier and TypeMethodDescriptionErrorSetMatcher.Builder.addAllErrors(Iterable<? extends ErrorSet> values) Success if we match any of these sets.Success if we match any of these sets.ErrorSetMatcher.Builder.addErrors(int index, ErrorSet.Builder builderForValue) Success if we match any of these sets.Success if we match any of these sets.ErrorSetMatcher.Builder.addErrors(ErrorSet.Builder builderForValue) Success if we match any of these sets.ErrorSetMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ErrorSetMatcher.Builder.clear()ErrorSetMatcher.Builder.clearErrors()Success if we match any of these sets.ErrorSetMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ErrorSetMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ErrorSetMatcher.Builder.clone()SimpleTest.Builder.getAnyEvalErrorsBuilder()Matches one of several error results.ErrorSetMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ErrorSetMatcher.Builder.mergeFrom(com.google.protobuf.Message other) ErrorSetMatcher.Builder.mergeFrom(ErrorSetMatcher other) final ErrorSetMatcher.BuilderErrorSetMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ErrorSetMatcher.BuilderErrorSetMatcher.newBuilder()static ErrorSetMatcher.BuilderErrorSetMatcher.newBuilder(ErrorSetMatcher prototype) ErrorSetMatcher.newBuilderForType()protected ErrorSetMatcher.BuilderErrorSetMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ErrorSetMatcher.Builder.removeErrors(int index) Success if we match any of these sets.Success if we match any of these sets.ErrorSetMatcher.Builder.setErrors(int index, ErrorSet.Builder builderForValue) Success if we match any of these sets.ErrorSetMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ErrorSetMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ErrorSetMatcher.BuilderErrorSetMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ErrorSetMatcher.toBuilder()Methods in dev.cel.expr.conformance.test with parameters of type ErrorSetMatcher.BuilderModifier and TypeMethodDescriptionSimpleTest.Builder.setAnyEvalErrors(ErrorSetMatcher.Builder builderForValue) Matches one of several error results.