Uses of Class
dev.cel.expr.conformance.test.TestSection.Builder
Packages that use TestSection.Builder
-
Uses of TestSection.Builder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return TestSection.BuilderModifier and TypeMethodDescriptionTestSection.Builder.addAllTests(Iterable<? extends TestCase> values) Test cases of the test section.TestSection.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TestSuite.Builder.addSectionsBuilder()Test sections of the test suite.TestSuite.Builder.addSectionsBuilder(int index) Test sections of the test suite.Test cases of the test section.TestSection.Builder.addTests(int index, TestCase.Builder builderForValue) Test cases of the test section.Test cases of the test section.TestSection.Builder.addTests(TestCase.Builder builderForValue) Test cases of the test section.TestSection.Builder.clear()TestSection.Builder.clearDescription()Description of the test section.TestSection.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TestSection.Builder.clearName()Name of the test section.TestSection.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TestSection.Builder.clearTests()Test cases of the test section.TestSection.Builder.clone()TestSuite.Builder.getSectionsBuilder(int index) Test sections of the test suite.TestSection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TestSection.Builder.mergeFrom(com.google.protobuf.Message other) TestSection.Builder.mergeFrom(TestSection other) final TestSection.BuilderTestSection.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TestSection.BuilderTestSection.newBuilder()static TestSection.BuilderTestSection.newBuilder(TestSection prototype) TestSection.newBuilderForType()protected TestSection.BuilderTestSection.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TestSection.Builder.removeTests(int index) Test cases of the test section.TestSection.Builder.setDescription(String value) Description of the test section.TestSection.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Description of the test section.Name of the test section.TestSection.Builder.setNameBytes(com.google.protobuf.ByteString value) Name of the test section.TestSection.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Test cases of the test section.TestSection.Builder.setTests(int index, TestCase.Builder builderForValue) Test cases of the test section.final TestSection.BuilderTestSection.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TestSection.toBuilder()Methods in dev.cel.expr.conformance.test that return types with arguments of type TestSection.BuilderModifier and TypeMethodDescriptionTestSuite.Builder.getSectionsBuilderList()Test sections of the test suite.Methods in dev.cel.expr.conformance.test with parameters of type TestSection.BuilderModifier and TypeMethodDescriptionTestSuite.Builder.addSections(int index, TestSection.Builder builderForValue) Test sections of the test suite.TestSuite.Builder.addSections(TestSection.Builder builderForValue) Test sections of the test suite.TestSuite.Builder.setSections(int index, TestSection.Builder builderForValue) Test sections of the test suite.