Uses of Class
com.sun.javatest.report.KflSorter.Transitions
-
Packages that use KflSorter.Transitions Package Description com.sun.javatest.report This package provides API for generating reports about test runs. -
-
Uses of KflSorter.Transitions in com.sun.javatest.report
Methods in com.sun.javatest.report that return KflSorter.Transitions Modifier and Type Method Description static KflSorter.Transitions
KflSorter.Transitions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KflSorter.Transitions[]
KflSorter.Transitions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sun.javatest.report with parameters of type KflSorter.Transitions Constructor Description TestDiff(java.lang.String url, TestResult tr, KflSorter.Transitions type)
TestDiff(java.lang.String url, java.lang.String tc, TestResult tr, KflSorter.Transitions type)
-