validateConstraintData {TestDesign} | R Documentation |
(Internal) Validate constraint (wrapper for other validators)
Description
validateConstraintData
is an internal function for
validating a constraint. This is a wrapper function that calls other validator functions
depending on the constraint.
Usage
validateConstraintData(x, attrib)
Arguments
x |
a |
attrib |
an |
Value
validateConstraintData
does not return any values;
it stop
s if the input constraint is not valid.
[Package TestDesign version 1.7.0 Index]