Uses of Class
dev.cel.expr.conformance.test.TestOutput
Packages that use TestOutput
-
Uses of TestOutput in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return TestOutputModifier and TypeMethodDescriptionTestOutput.Builder.build()TestOutput.Builder.buildPartial()static TestOutputTestOutput.getDefaultInstance()TestOutput.Builder.getDefaultInstanceForType()TestOutput.getDefaultInstanceForType()TestCase.Builder.getOutput()Expected result of the test case.TestCase.getOutput()Expected result of the test case.TestCaseOrBuilder.getOutput()Expected result of the test case.static TestOutputTestOutput.parseDelimitedFrom(InputStream input) static TestOutputTestOutput.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TestOutputTestOutput.parseFrom(byte[] data) static TestOutputTestOutput.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TestOutputTestOutput.parseFrom(com.google.protobuf.ByteString data) static TestOutputTestOutput.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TestOutputTestOutput.parseFrom(com.google.protobuf.CodedInputStream input) static TestOutputTestOutput.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TestOutputTestOutput.parseFrom(InputStream input) static TestOutputTestOutput.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TestOutputTestOutput.parseFrom(ByteBuffer data) static TestOutputTestOutput.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr.conformance.test that return types with arguments of type TestOutputModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TestOutput>TestOutput.getParserForType()static com.google.protobuf.Parser<TestOutput>TestOutput.parser()Methods in dev.cel.expr.conformance.test with parameters of type TestOutputModifier and TypeMethodDescriptionTestOutput.Builder.mergeFrom(TestOutput other) TestCase.Builder.mergeOutput(TestOutput value) Expected result of the test case.static TestOutput.BuilderTestOutput.newBuilder(TestOutput prototype) TestCase.Builder.setOutput(TestOutput value) Expected result of the test case.