Uses of Enum Class
com.redis.vl.test.vcr.VCRMode
Packages that use VCRMode
-
Uses of VCRMode in com.redis.vl.test.vcr
Methods in com.redis.vl.test.vcr that return VCRModeModifier and TypeMethodDescriptionVCRRegistry.determineEffectiveMode(String testId, VCRMode globalMode) Determines the effective VCR mode for a test based on registry status.VCRContext.getConfiguredMode()Gets the configured VCR mode.VCRContext.getEffectiveMode()Gets the effective VCR mode for the current test.VCRChatModel.getMode()Gets the current VCR mode.VCREmbeddingInterceptor.getMode()Gets the current VCR mode.VCREmbeddingModel.getMode()Gets the current VCR mode.VCRSpringAIChatModel.getMode()Gets the current VCR mode.VCRSpringAIEmbeddingModel.getMode()Gets the current VCR mode.static VCRModeReturns the enum constant of this class with the specified name.static VCRMode[]VCRMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.redis.vl.test.vcr with parameters of type VCRModeModifier and TypeMethodDescriptionVCRRegistry.determineEffectiveMode(String testId, VCRMode globalMode) Determines the effective VCR mode for a test based on registry status.voidVCRContext.setEffectiveMode(VCRMode mode) Sets the effective VCR mode.voidSets the VCR mode.voidSets the VCR mode.voidSets the VCR mode.voidSets the VCR mode.voidSets the VCR mode.static booleanVCRModelWrapper.wrapField(Object testInstance, Field field, String testId, VCRMode mode, String modelName, VCRCassetteStore cassetteStore) Wraps a model field with the appropriate VCR interceptor.static ObjectVCRModelWrapper.wrapModel(Object model, String testId, VCRMode mode, String modelName, VCRCassetteStore cassetteStore) Wraps a model with the appropriate VCR interceptor based on its type.