Enum TestResult
- Namespace
- Loehnert.Lisrt.HighVoltageTester.Elabo
- Assembly
- Loehnert.Lisrt.HighVoltageTester.Elabo.dll
Represents the result of a test.
public enum TestResult
Fields
Failed = 0
Test failed.
Passed = 1
Test passed.
Represents the result of a test.
public enum TestResult
Failed = 0
Test failed.
Passed = 1
Test passed.