Click or drag to resize
TestableErrorErrorPreconditions Property
Gets or sets the error preconditions.

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public List<aErrorPrecondition> ErrorPreconditions { get; set; }

Property Value

Type: ListaErrorPrecondition
The error preconditions.
See Also