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