Uses of Class
nl.uu.cs.treewidth.testing.ResultChecker.TestType

Packages that use ResultChecker.TestType
nl.uu.cs.treewidth.testing   
 

Uses of ResultChecker.TestType in nl.uu.cs.treewidth.testing
 

Methods in nl.uu.cs.treewidth.testing that return ResultChecker.TestType
static ResultChecker.TestType ResultChecker.testType(java.lang.String t)
           
static ResultChecker.TestType ResultChecker.TestType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResultChecker.TestType[] ResultChecker.TestType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.