public class KflSorter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
KflSorter.TestDiff
Created for each result which somehow does not match what was expected
based on the KFL.
|
static class |
KflSorter.Transitions |
Modifier and Type | Field and Description |
---|---|
protected int |
errorCount |
protected java.util.TreeSet<KflSorter.TestDiff> |
fail2error |
protected java.util.TreeSet<KflSorter.TestDiff> |
fail2fail |
protected java.util.TreeSet<KflSorter.TestDiff> |
fail2notrun |
protected java.util.TreeSet<KflSorter.TestDiff> |
fail2pass |
protected KnownFailuresList |
kfl |
protected java.util.TreeSet<KflSorter.TestDiff> |
missing |
protected java.util.TreeSet<KflSorter.TestDiff> |
newFailures |
protected java.util.TreeSet<KflSorter.TestDiff> |
otherErrors |
protected java.util.TreeSet<KflSorter.TestDiff> |
tc_fail2error |
protected java.util.TreeSet<KflSorter.TestDiff> |
tc_fail2notrun |
protected java.util.TreeSet<KflSorter.TestDiff> |
tc_fail2pass |
protected java.util.TreeSet<KflSorter.TestDiff> |
tc_missing |
protected java.util.TreeSet<KflSorter.TestDiff> |
tc_newFailures |
protected int |
tcErrorCount |
protected static java.util.regex.Pattern |
testCasePattern |
protected TestResultTable |
trt |
protected java.util.TreeSet<KflSorter.TestDiff> fail2pass
protected java.util.TreeSet<KflSorter.TestDiff> fail2error
protected java.util.TreeSet<KflSorter.TestDiff> fail2notrun
protected java.util.TreeSet<KflSorter.TestDiff> missing
protected java.util.TreeSet<KflSorter.TestDiff> newFailures
protected java.util.TreeSet<KflSorter.TestDiff> otherErrors
protected java.util.TreeSet<KflSorter.TestDiff> fail2fail
protected java.util.TreeSet<KflSorter.TestDiff> tc_missing
protected java.util.TreeSet<KflSorter.TestDiff> tc_fail2pass
protected java.util.TreeSet<KflSorter.TestDiff> tc_fail2error
protected java.util.TreeSet<KflSorter.TestDiff> tc_fail2notrun
protected java.util.TreeSet<KflSorter.TestDiff> tc_newFailures
protected KnownFailuresList kfl
protected TestResultTable trt
protected int errorCount
protected int tcErrorCount
protected static final java.util.regex.Pattern testCasePattern
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.