Uses of Interface
cel.dev.expr.conformance.EnvironmentOrBuilder
Packages that use EnvironmentOrBuilder
-
Uses of EnvironmentOrBuilder in cel.dev.expr.conformance
Classes in cel.dev.expr.conformance that implement EnvironmentOrBuilderModifier and TypeClassDescriptionfinal classRepresentation of a CEL Environment, defining what features and extensions are available for conformance testing.static final classRepresentation of a CEL Environment, defining what features and extensions are available for conformance testing. -
Uses of EnvironmentOrBuilder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return EnvironmentOrBuilderModifier and TypeMethodDescriptionTestCase.Builder.getEnvOrBuilder()Serialized environment to be used for compilation and evaluation of the CEL expression for the current test case.TestCase.getEnvOrBuilder()Serialized environment to be used for compilation and evaluation of the CEL expression for the current test case.TestCaseOrBuilder.getEnvOrBuilder()Serialized environment to be used for compilation and evaluation of the CEL expression for the current test case.