Package 

Enum TestResult

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum TestResult
    
                        

    Enum TestResult.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final int value
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      FAIL
      PASS
    • Method Summary

      Modifier and Type Method Description
      static Array<TestResult> values()
      static TestResult valueOf(String name)
      int getValue()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait