
dev.cel.expr.conformance.test.TestSectionOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cel/expr/conformance/test/suite.proto
// Protobuf Java Version: 3.25.1
package dev.cel.expr.conformance.test;
public interface TestSectionOrBuilder extends
// @@protoc_insertion_point(interface_extends:cel.expr.conformance.test.TestSection)
com.google.protobuf.MessageOrBuilder {
/**
*
* Name of the test section.
*
*
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
*
* Name of the test section.
*
*
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Description of the test section.
*
*
* string description = 2;
* @return The description.
*/
java.lang.String getDescription();
/**
*
* Description of the test section.
*
*
* string description = 2;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
*
* Test cases of the test section.
* Each test case represents a test scenario.
*
*
* repeated .cel.expr.conformance.test.TestCase tests = 3;
*/
java.util.List
getTestsList();
/**
*
* Test cases of the test section.
* Each test case represents a test scenario.
*
*
* repeated .cel.expr.conformance.test.TestCase tests = 3;
*/
dev.cel.expr.conformance.test.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;
*/
int getTestsCount();
/**
*
* Test cases of the test section.
* Each test case represents a test scenario.
*
*
* repeated .cel.expr.conformance.test.TestCase tests = 3;
*/
java.util.List extends dev.cel.expr.conformance.test.TestCaseOrBuilder>
getTestsOrBuilderList();
/**
*
* Test cases of the test section.
* Each test case represents a test scenario.
*
*
* repeated .cel.expr.conformance.test.TestCase tests = 3;
*/
dev.cel.expr.conformance.test.TestCaseOrBuilder getTestsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy