Enum TestStatus

Represents test status of property

Namespace: TSD.API.Remoting.Common
Assembly: TSD.API.Remoting.dll
Syntax
public enum TestStatus

Fields

Name Value Description
FailFail = 3

Fail

PassPass = 1

Pass

UnknownUnknown = 0

Unknown

WarningWarning = 2

Warning

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next