Uses of Class
com.sun.javatest.report.KflSorter.TestDiff

Packages that use KflSorter.TestDiff
com.sun.javatest.report This package provides API for generating reports about test runs. 
 

Uses of KflSorter.TestDiff in com.sun.javatest.report
 

Fields in com.sun.javatest.report with type parameters of type KflSorter.TestDiff
protected  java.util.TreeSet<KflSorter.TestDiff> KflSorter.fail2error
           
protected  java.util.TreeSet<KflSorter.TestDiff> KflSorter.fail2fail
           
protected  java.util.TreeSet<KflSorter.TestDiff> KflSorter.fail2notrun
           
protected  java.util.TreeSet<KflSorter.TestDiff> KflSorter.fail2pass
           
protected  java.util.TreeSet<KflSorter.TestDiff> KflSorter.missing
           
protected  java.util.TreeSet<KflSorter.TestDiff> KflSorter.newFailures
           
protected  java.util.TreeSet<KflSorter.TestDiff> KflSorter.tc_fail2error
           
protected  java.util.TreeSet<KflSorter.TestDiff> KflSorter.tc_fail2notrun
           
protected  java.util.TreeSet<KflSorter.TestDiff> KflSorter.tc_fail2pass
           
protected  java.util.TreeSet<KflSorter.TestDiff> KflSorter.tc_missing
           
protected  java.util.TreeSet<KflSorter.TestDiff> KflSorter.tc_newFailures
           
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.