Uses of Class
de.gebit.integrity.operations.UnexecutableException
Packages that use UnexecutableException
Package
Description
-
Uses of UnexecutableException in de.gebit.integrity.fixtures
Methods in de.gebit.integrity.fixtures that throw UnexecutableExceptionModifier and TypeMethodDescriptionvoidFixtureWrapper.convertParameterValuesToFixtureDefinedTypes(Method aFixtureMethod, Map<String, Object> aParameterMap, boolean anIncludeArbitraryParametersFlag) Replaces all values in the given parameter map with converted versions that match the types that are expected by the given fixture method. -
Uses of UnexecutableException in de.gebit.integrity.operations.custom
Methods in de.gebit.integrity.operations.custom that throw UnexecutableExceptionModifier and TypeMethodDescriptionCustomOperationWrapper.executeOperation()Executes the wrapped operation logic. -
Uses of UnexecutableException in de.gebit.integrity.operations.standard
Methods in de.gebit.integrity.operations.standard that throw UnexecutableExceptionModifier and TypeMethodDescriptionAbstractModularStandardOperationProcessor.executeOperation(StandardOperation anOperation) StandardOperationProcessor.executeOperation(StandardOperation anOperation) Evaluates the givenStandardOperationand returns the result object (not converted to any specific type). -
Uses of UnexecutableException in de.gebit.integrity.operations.standard.operands
Methods in de.gebit.integrity.operations.standard.operands that throw UnexecutableExceptionModifier and TypeMethodDescriptionOperatorNode.evaluate()Evaluates the whole node.protected ObjectAdditionNode.evaluateInternal(BigDecimal aLeftOperand, BigDecimal aRightOperand) protected ObjectDivisionNode.evaluateInternal(Double aLeftOperand, Double aRightOperand) protected ObjectModuloNode.evaluateInternal(BigInteger aLeftOperand, BigInteger aRightOperand) protected ObjectMultiplicationNode.evaluateInternal(BigDecimal aLeftOperand, BigDecimal aRightOperand) protected abstract ObjectOperatorNode.evaluateInternal(LEFT aLeftOperand, RIGHT aRightOperand) Must be implemented by subclasses to implement the actual evaluation of this node.protected ObjectSubtractionNode.evaluateInternal(BigDecimal aLeftOperand, BigDecimal aRightOperand) protected ObjectOperatorNode.getEvaluatedLeftOperand()Returns the left operand in an evaluated version.protected ObjectOperatorNode.getEvaluatedRightOperand()Returns the right operand in an evaluated version. -
Uses of UnexecutableException in de.gebit.integrity.parameter.conversion
Methods in de.gebit.integrity.parameter.conversion that throw UnexecutableExceptionModifier and TypeMethodDescriptionprotected ObjectAbstractModularValueConverter.convertEncapsulatedConstantValueToTargetType(Class<?> aTargetType, Class<?> aParameterizedType, ConstantValue aValue, ConversionContext aConversionContext, Set<Object> someVisitedValues) Converts a givenValueOrEnumValueOrOperationto a given Java type class, if possible.protected ObjectAbstractModularValueConverter.convertEncapsulatedValueCollectionToTargetType(Class<?> aTargetType, Class<?> aParameterizedType, ValueOrEnumValueOrOperationCollection aCollection, ConversionContext aConversionContext, Set<Object> someVisitedValues) Converts a given value collection to a given Java type class, if possible.protected ObjectAbstractModularValueConverter.convertEncapsulatedValueToTargetType(Class<?> aTargetType, Class<?> aParameterizedType, ValueOrEnumValueOrOperation aValue, ConversionContext aConversionContext, Set<Object> someVisitedValues) Converts a givenValueOrEnumValueOrOperationto a given Java type class, if possible.AbstractModularValueConverter.convertValue(Class<?> aTargetType, Class<?> aParameterizedType, Object aValue, ConversionContext aConversionContext) AbstractModularValueConverter.convertValue(Class<?> aTargetType, Class<?> aParameterizedType, Object aValue, ConversionContext aConversionContext, Set<Object> someVisitedObjects) Extended version of #convertValue(Class, Class, Object, UnresolvableVariableHandling).AbstractModularValueConverter.convertValue(Class<?> aTargetType, Object aValue, ConversionContext aConversionContext) ValueConverter.convertValue(Class<?> aTargetType, Class<?> aParameterizedType, Object aValue, ConversionContext aConversionContext) Convert a given single Integrity or Java type value to a given target type (which is always a Java type).ValueConverter.convertValue(Class<?> aTargetType, Object aValue, ConversionContext aConversionContext) Convert a given single Integrity or Java type value to a given target type (which is always a Java type).protected ObjectConversion.convertValueRecursive(Class<?> aTargetType, Class<?> aParameterizedType, Object aValue, ConversionContext aConversionContext) Recursively converts the given value to the defined target type. -
Uses of UnexecutableException in de.gebit.integrity.parameter.resolving
Methods in de.gebit.integrity.parameter.resolving that throw UnexecutableExceptionModifier and TypeMethodDescriptionDefaultParameterResolver.createParameterMap(Call aCall, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy) DefaultParameterResolver.createParameterMap(TableTest aTableTest, TableTestRow aTableTestRow, TableTestParameterResolveMethod aResolveMethod, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy) DefaultParameterResolver.createParameterMap(Test aTest, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy) DefaultParameterResolver.createParameterMap(List<Parameter> someParameters, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy) ParameterResolver.createParameterMap(Call aCall, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy) Returns a map mapping a parameter name to a value, exploring a givenCallto determine the valid parameters.ParameterResolver.createParameterMap(TableTest aTableTest, TableTestRow aTableTestRow, TableTestParameterResolveMethod aResolveMethod, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy) Returns a map mapping a parameter name to a value, exploring a given row of aTableTestto determine the valid parameters.ParameterResolver.createParameterMap(Test aTest, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy) Returns a map mapping a parameter name to a value, exploring a givenTestto determine the valid parameters.ParameterResolver.createParameterMap(List<Parameter> someParameters, boolean anIncludeArbitraryParametersFlag, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy) Returns a map mapping a parameter name to a value, using a list ofParameterinstances to determine the valid parameters.DefaultParameterResolver.resolveParameterValue(ValueOrEnumValueOrOperationCollection aValueCollection, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy) ParameterResolver.resolveParameterValue(ValueOrEnumValueOrOperationCollection aValueCollection, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy) Resolves the givenValueOrEnumValueOrOperationCollection, using the variable map given.DefaultParameterResolver.resolveSingleParameterValue(ValueOrEnumValueOrOperation aValue, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy) ParameterResolver.resolveSingleParameterValue(ValueOrEnumValueOrOperation aValue, UnresolvableVariableHandling anUnresolvableVariableHandlingPolicy) Resolves the givenValueOrEnumValueOrOperation, using the variable map given.DefaultParameterResolver.resolveStatically(ConstantDefinition aConstant, VariantDefinition aVariant) DefaultParameterResolver.resolveStatically(ValueOrEnumValueOrOperationCollection aValue, VariantDefinition aVariant) DefaultParameterResolver.resolveStatically(ValueOrEnumValueOrOperation aValue, VariantDefinition aVariant) DefaultParameterResolver.resolveStatically(VariableOrConstantEntity anEntity, VariantDefinition aVariant) DefaultParameterResolver.resolveStatically(Variable aVariable, VariantDefinition aVariant) ParameterResolver.resolveStatically(ConstantDefinition aConstant, VariantDefinition aVariant) Resolves a constant definition to its defined value, which may depend on the active variant.ParameterResolver.resolveStatically(ValueOrEnumValueOrOperationCollection anEntity, VariantDefinition aVariant) Resolves aValueOrEnumValueOrOperationCollectionto its actual value statically, that is, not requiring a current test execution context.ParameterResolver.resolveStatically(ValueOrEnumValueOrOperation anEntity, VariantDefinition aVariant) Resolves aValueOrEnumValueOrOperationto its actual value statically, that is, not requiring a current test execution context.ParameterResolver.resolveStatically(VariableOrConstantEntity anEntity, VariantDefinition aVariant) Resolves a variable (recursively, if necessary) to its actual value.ParameterResolver.resolveStatically(Variable aVariable, VariantDefinition aVariant) Resolves a variable (recursively, if necessary) to its actual value. -
Uses of UnexecutableException in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner that throw UnexecutableExceptionModifier and TypeMethodDescriptionprotected voidDefaultTestRunner.defineConstant(ConstantDefinition aDefinition, SuiteDefinition aSuite) Defines a constant.protected voidDefaultTestRunner.defineConstant(ConstantDefinition aDefinition, Object aValue, SuiteDefinition aSuite) Defines a constant.protected voidDefaultTestRunner.setVariableValueConverted(VariableOrConstantEntity anEntity, ValueOrEnumValueOrOperationCollection aValue, boolean aDoSendUpdateFlag) Sets the value of a variable. -
Uses of UnexecutableException in de.gebit.integrity.runner.callbacks
Methods in de.gebit.integrity.runner.callbacks that throw UnexecutableExceptionModifier and TypeMethodDescriptionTestFormatter.callToHumanReadableString(Call aCall, ConversionContext aConversionContext) Creates a human-readable string for a call.TestFormatter.tableTestRowToHumanReadableString(TableTest aTest, TableTestRow aRow, ConversionContext aConversionContext) Creates a human-readable string for a tabletest.TestFormatter.tableTestToHumanReadableString(TableTest aTest, ConversionContext aConversionContext) Creates a human-readable string for a tabletest.TestFormatter.testToHumanReadableString(Test aTest, ConversionContext aConversionContext) Creates a human-readable string for a test. -
Uses of UnexecutableException in de.gebit.integrity.runner.comparator
Methods in de.gebit.integrity.runner.comparator that throw UnexecutableExceptionModifier and TypeMethodDescriptionDefaultResultComparator.compareResult(Object aFixtureResult, ValueOrEnumValueOrOperationCollection anExpectedResult, FixtureWrapper<?> aFixtureInstance, MethodReference aFixtureMethod, String aPropertyName) ResultComparator.compareResult(Object aFixtureResult, ValueOrEnumValueOrOperationCollection anExpectedResult, FixtureWrapper<?> aFixtureInstance, MethodReference aFixtureMethod, String aPropertyName) Compares the expected result with the actual result obtained from a test fixture.protected ComparisonResultDefaultResultComparator.convertAndPerformEqualityCheck(Object aSingleFixtureResult, ValueOrEnumValueOrOperation aSingleExpectedResult, Class<?> aConversionTargetType) Converts a fixture result and an expected result value for comparison (usually by converting the expected result to match the fixture result, but nested objects are handled differently and converted to maps for comparison).protected ComparisonResultDefaultResultComparator.convertAndPerformEqualityCheck(Object aSingleFixtureResult, Object aSingleExpectedResult, ValueOrEnumValueOrOperation anOriginalSingleExpectedResult, Class<?> aConversionTargetType, boolean anExpectedResultWasEmptyOptionalFlag) -
Uses of UnexecutableException in de.gebit.integrity.ui.utils
Methods in de.gebit.integrity.ui.utils that throw UnexecutableExceptionModifier and TypeMethodDescriptionvoidFixtureTypeWrapper.convertParameterValuesToFixtureDefinedTypes(String aFixtureMethodName, Map<String, Object> aParameterMap, List<String> aParameterPath, boolean anIncludeArbitraryParametersFlag) Replaces all values in the given parameter map with converted versions that match the types that are expected by the given fixture method.