Click or drag to resize

TestResult Enumeration

[This is preliminary documentation and is subject to change.]

The result of a test

Namespace:  CFX.Structures
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public enum TestResult
Members
  Member nameValueDescription
Passed0 The test passed
Failed1 The test failed
Error2 The test could not be completed because an error occurred.
Aborted3 The test was aborted by the operator / user.
See Also