Menu

SimpleFieldDescription

William A. Hood

SimpleFieldDescription

Implements a [FieldDescription] for simple data types with limited values, such as enumerations or booleans. See the [FieldDescription] page for abstract methods this implements.

Constructors

SimpleFieldDescription() - Default constructor.

SimpleFieldDescription(T BasisValue) - Constructs this class and sets the specified basis value.

Member Fields

[SimpleFieldTargets] target - Identifies the type of test case this field description targets. The default value is HAPPY_PATH.


Related

Wiki: FieldDescription