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 Type
    Method
    Description
    Description of the test section.
    com.google.protobuf.ByteString
    Description of the test section.
    Name of the test section.
    com.google.protobuf.ByteString
    Name of the test section.
    getTests(int index)
    Test cases of the test section.
    int
    Test cases of the test section.
    Test cases of the test section.
    getTestsOrBuilder(int index)
    Test cases of the test section.
    Test cases of the test section.

    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()
       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

      List<TestCase> getTestsList()
       Test cases of the test section.
       Each test case represents a test scenario.
       
      repeated .cel.expr.conformance.test.TestCase tests = 3;
    • getTests

      TestCase getTests(int index)
       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

      TestCaseOrBuilder getTestsOrBuilder(int index)
       Test cases of the test section.
       Each test case represents a test scenario.
       
      repeated .cel.expr.conformance.test.TestCase tests = 3;