Uses of Interface
dev.cel.expr.conformance.test.SimpleTestOrBuilder
Packages that use SimpleTestOrBuilder
-
Uses of SimpleTestOrBuilder in dev.cel.expr.conformance.test
Classes in dev.cel.expr.conformance.test that implement SimpleTestOrBuilderModifier and TypeClassDescriptionfinal classA test which should run the given CEL program through parsing, optionally through checking, then evaluation, with the results of the pipeline validated by the given result matcher.static final classA test which should run the given CEL program through parsing, optionally through checking, then evaluation, with the results of the pipeline validated by the given result matcher.Methods in dev.cel.expr.conformance.test that return SimpleTestOrBuilderModifier and TypeMethodDescriptionSimpleTestSection.Builder.getTestOrBuilder(int index) The contained tests.SimpleTestSection.getTestOrBuilder(int index) The contained tests.SimpleTestSectionOrBuilder.getTestOrBuilder(int index) The contained tests.Methods in dev.cel.expr.conformance.test that return types with arguments of type SimpleTestOrBuilderModifier and TypeMethodDescriptionList<? extends SimpleTestOrBuilder>SimpleTestSection.Builder.getTestOrBuilderList()The contained tests.List<? extends SimpleTestOrBuilder>SimpleTestSection.getTestOrBuilderList()The contained tests.List<? extends SimpleTestOrBuilder>SimpleTestSectionOrBuilder.getTestOrBuilderList()The contained tests.