Uses of Class
dev.cel.expr.conformance.test.ErrorSetMatcher
Packages that use ErrorSetMatcher
-
Uses of ErrorSetMatcher in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return ErrorSetMatcherModifier and TypeMethodDescriptionErrorSetMatcher.Builder.build()ErrorSetMatcher.Builder.buildPartial()SimpleTest.Builder.getAnyEvalErrors()Matches one of several error results.SimpleTest.getAnyEvalErrors()Matches one of several error results.SimpleTestOrBuilder.getAnyEvalErrors()Matches one of several error results.static ErrorSetMatcherErrorSetMatcher.getDefaultInstance()ErrorSetMatcher.Builder.getDefaultInstanceForType()ErrorSetMatcher.getDefaultInstanceForType()static ErrorSetMatcherErrorSetMatcher.parseDelimitedFrom(InputStream input) static ErrorSetMatcherErrorSetMatcher.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorSetMatcherErrorSetMatcher.parseFrom(byte[] data) static ErrorSetMatcherErrorSetMatcher.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorSetMatcherErrorSetMatcher.parseFrom(com.google.protobuf.ByteString data) static ErrorSetMatcherErrorSetMatcher.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorSetMatcherErrorSetMatcher.parseFrom(com.google.protobuf.CodedInputStream input) static ErrorSetMatcherErrorSetMatcher.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorSetMatcherErrorSetMatcher.parseFrom(InputStream input) static ErrorSetMatcherErrorSetMatcher.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorSetMatcherErrorSetMatcher.parseFrom(ByteBuffer data) static ErrorSetMatcherErrorSetMatcher.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr.conformance.test that return types with arguments of type ErrorSetMatcherModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ErrorSetMatcher>ErrorSetMatcher.getParserForType()static com.google.protobuf.Parser<ErrorSetMatcher>ErrorSetMatcher.parser()Methods in dev.cel.expr.conformance.test with parameters of type ErrorSetMatcherModifier and TypeMethodDescriptionSimpleTest.Builder.mergeAnyEvalErrors(ErrorSetMatcher value) Matches one of several error results.ErrorSetMatcher.Builder.mergeFrom(ErrorSetMatcher other) static ErrorSetMatcher.BuilderErrorSetMatcher.newBuilder(ErrorSetMatcher prototype) SimpleTest.Builder.setAnyEvalErrors(ErrorSetMatcher value) Matches one of several error results.