Uses of Class
dev.cel.expr.conformance.test.TestSuite.Builder
Packages that use TestSuite.Builder
-
Uses of TestSuite.Builder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return TestSuite.BuilderModifier and TypeMethodDescriptionTestSuite.Builder.addAllSections(Iterable<? extends TestSection> values) Test sections of the test suite.TestSuite.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TestSuite.Builder.addSections(int index, TestSection value) Test sections of the test suite.TestSuite.Builder.addSections(int index, TestSection.Builder builderForValue) Test sections of the test suite.TestSuite.Builder.addSections(TestSection value) Test sections of the test suite.TestSuite.Builder.addSections(TestSection.Builder builderForValue) Test sections of the test suite.TestSuite.Builder.clear()TestSuite.Builder.clearDescription()Description of the test suite.TestSuite.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TestSuite.Builder.clearName()The name of the test suite.TestSuite.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TestSuite.Builder.clearSections()Test sections of the test suite.TestSuite.Builder.clone()TestSuite.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TestSuite.Builder.mergeFrom(com.google.protobuf.Message other) final TestSuite.BuilderTestSuite.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TestSuite.BuilderTestSuite.newBuilder()static TestSuite.BuilderTestSuite.newBuilder(TestSuite prototype) TestSuite.newBuilderForType()protected TestSuite.BuilderTestSuite.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TestSuite.Builder.removeSections(int index) Test sections of the test suite.TestSuite.Builder.setDescription(String value) Description of the test suite.TestSuite.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Description of the test suite.The name of the test suite.TestSuite.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the test suite.TestSuite.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TestSuite.Builder.setSections(int index, TestSection value) Test sections of the test suite.TestSuite.Builder.setSections(int index, TestSection.Builder builderForValue) Test sections of the test suite.final TestSuite.BuilderTestSuite.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TestSuite.toBuilder()