Uses of Enum Class
com.sun.javatest.report.KflSorter.Transitions
Packages that use KflSorter.Transitions
Package
Description
This package provides API for generating reports about test runs.
-
Uses of KflSorter.Transitions in com.sun.javatest.report
Subclasses with type arguments of type KflSorter.Transitions in com.sun.javatest.reportMethods in com.sun.javatest.report that return KflSorter.TransitionsModifier and TypeMethodDescriptionstatic KflSorter.TransitionsReturns the enum constant of this class with the specified name.static KflSorter.Transitions[]KflSorter.Transitions.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sun.javatest.report with parameters of type KflSorter.TransitionsModifierConstructorDescriptionTestDiff(String url, TestResult tr, KflSorter.Transitions type) TestDiff(String url, String tc, TestResult tr, KflSorter.Transitions type)