Uses of Class
dev.cel.expr.conformance.test.TestSection
Packages that use TestSection
-
Uses of TestSection in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return TestSectionModifier and TypeMethodDescriptionTestSection.Builder.build()TestSection.Builder.buildPartial()static TestSectionTestSection.getDefaultInstance()TestSection.Builder.getDefaultInstanceForType()TestSection.getDefaultInstanceForType()TestSuite.Builder.getSections(int index) Test sections of the test suite.TestSuite.getSections(int index) Test sections of the test suite.TestSuiteOrBuilder.getSections(int index) Test sections of the test suite.static TestSectionTestSection.parseDelimitedFrom(InputStream input) static TestSectionTestSection.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TestSectionTestSection.parseFrom(byte[] data) static TestSectionTestSection.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TestSectionTestSection.parseFrom(com.google.protobuf.ByteString data) static TestSectionTestSection.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TestSectionTestSection.parseFrom(com.google.protobuf.CodedInputStream input) static TestSectionTestSection.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TestSectionTestSection.parseFrom(InputStream input) static TestSectionTestSection.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TestSectionTestSection.parseFrom(ByteBuffer data) static TestSectionTestSection.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr.conformance.test that return types with arguments of type TestSectionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TestSection>TestSection.getParserForType()TestSuite.Builder.getSectionsList()Test sections of the test suite.TestSuite.getSectionsList()Test sections of the test suite.TestSuiteOrBuilder.getSectionsList()Test sections of the test suite.static com.google.protobuf.Parser<TestSection>TestSection.parser()Methods in dev.cel.expr.conformance.test with parameters of type TestSectionModifier and TypeMethodDescriptionTestSuite.Builder.addSections(int index, TestSection value) Test sections of the test suite.TestSuite.Builder.addSections(TestSection value) Test sections of the test suite.TestSection.Builder.mergeFrom(TestSection other) static TestSection.BuilderTestSection.newBuilder(TestSection prototype) TestSuite.Builder.setSections(int index, TestSection value) Test sections of the test suite.Method parameters in dev.cel.expr.conformance.test with type arguments of type TestSectionModifier and TypeMethodDescriptionTestSuite.Builder.addAllSections(Iterable<? extends TestSection> values) Test sections of the test suite.