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 Type
    Method
    Description
    Description of the test suite.
    com.google.protobuf.ByteString
    Description of the test suite.
    The name of the test suite.
    com.google.protobuf.ByteString
    The name of the test suite.
    getSections(int index)
    Test sections of the test suite.
    int
    Test sections of the test suite.
    Test sections of the test suite.
    Test sections of the test suite.
    Test sections of the test suite.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      TestSection getSections(int index)
       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

      TestSectionOrBuilder getSectionsOrBuilder(int index)
       Test sections of the test suite.
       Each section represents a behavior to be tested.
       
      repeated .cel.expr.conformance.test.TestSection sections = 3;