Package dev.cel.expr.conformance.test
Interface TestSectionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TestSection,TestSection.Builder
public interface TestSectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDescription of the test section.com.google.protobuf.ByteStringDescription of the test section.getName()Name of the test section.com.google.protobuf.ByteStringName of the test section.getTests(int index) Test cases of the test section.intTest cases of the test section.Test cases of the test section.getTestsOrBuilder(int index) Test cases of the test section.List<? extends TestCaseOrBuilder>Test cases of the test section.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()Name of the test section.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of the test section.
string name = 1;- Returns:
- The bytes for name.
-
getDescription
String getDescription()Description of the test section.
string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Description of the test section.
string description = 2;- Returns:
- The bytes for description.
-
getTestsList
Test cases of the test section. Each test case represents a test scenario.
repeated .cel.expr.conformance.test.TestCase tests = 3; -
getTests
Test cases of the test section. Each test case represents a test scenario.
repeated .cel.expr.conformance.test.TestCase tests = 3; -
getTestsCount
int getTestsCount()Test cases of the test section. Each test case represents a test scenario.
repeated .cel.expr.conformance.test.TestCase tests = 3; -
getTestsOrBuilderList
List<? extends TestCaseOrBuilder> getTestsOrBuilderList()Test cases of the test section. Each test case represents a test scenario.
repeated .cel.expr.conformance.test.TestCase tests = 3; -
getTestsOrBuilder
Test cases of the test section. Each test case represents a test scenario.
repeated .cel.expr.conformance.test.TestCase tests = 3;
-