Package dev.cel.expr.conformance.test
Interface TestSuiteOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TestSuite,TestSuite.Builder
public interface TestSuiteOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDescription of the test suite.com.google.protobuf.ByteStringDescription of the test suite.getName()The name of the test suite.com.google.protobuf.ByteStringThe name of the test suite.getSections(int index) Test sections of the test suite.intTest sections of the test suite.Test sections of the test suite.getSectionsOrBuilder(int index) Test sections of the test suite.List<? extends TestSectionOrBuilder>Test sections of the test suite.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()The name of the test suite.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of the test suite.
string name = 1;- Returns:
- The bytes for name.
-
getDescription
String getDescription()Description of the test suite.
string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Description of the test suite.
string description = 2;- Returns:
- The bytes for description.
-
getSectionsList
List<TestSection> getSectionsList()Test sections of the test suite. Each section represents a behavior to be tested.
repeated .cel.expr.conformance.test.TestSection sections = 3; -
getSections
Test sections of the test suite. Each section represents a behavior to be tested.
repeated .cel.expr.conformance.test.TestSection sections = 3; -
getSectionsCount
int getSectionsCount()Test sections of the test suite. Each section represents a behavior to be tested.
repeated .cel.expr.conformance.test.TestSection sections = 3; -
getSectionsOrBuilderList
List<? extends TestSectionOrBuilder> getSectionsOrBuilderList()Test sections of the test suite. Each section represents a behavior to be tested.
repeated .cel.expr.conformance.test.TestSection sections = 3; -
getSectionsOrBuilder
Test sections of the test suite. Each section represents a behavior to be tested.
repeated .cel.expr.conformance.test.TestSection sections = 3;
-