PassFailTestResult Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Test result based on pass/fail criteria.
public readonly struct PassFailTestResult : IEquatable<Azure.Developer.LoadTesting.PassFailTestResult>
type PassFailTestResult = struct
Public Structure PassFailTestResult
Implements IEquatable(Of PassFailTestResult)
- Inheritance
-
PassFailTestResult
- Implements
Constructors
PassFailTestResult(String) |
Initializes a new instance of PassFailTestResult. |
Properties
FAILED |
Pass/fail criteria has failed. |
NOTAPPLICABLE |
Pass/fail criteria is not applicable. |
PASSED |
Pass/fail criteria has passed. |
Methods
Equals(PassFailTestResult) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(PassFailTestResult, PassFailTestResult) |
Determines if two PassFailTestResult values are the same. |
Implicit(String to PassFailTestResult) |
Converts a String to a PassFailTestResult. |
Inequality(PassFailTestResult, PassFailTestResult) |
Determines if two PassFailTestResult values are not the same. |