| java.lang.Object org.apache.derbyTesting.functionTests.harness.GenerateReport
GenerateReport | public class GenerateReport (Code) | | Generate summary information from a RunSuite run.
Can be called separately, if given the suite name.
Will be called from RunSuite if System property genrep=true.
Condenses run information down, prints out result stats,
and shows details of failures (.diff files).
author: ames |
NumPassNumFailNumRunNumSkip | static int NumPassNumFailNumRunNumSkip(Code) | | |
PercentPassPercentFail | static int PercentPassPercentFail(Code) | | |
passFileNamefailFileNamediffFileNameskipFileNamepropFileName | static String passFileNamefailFileNamediffFileNameskipFileNamepropFileName(Code) | | |
passFilefailFilediffFileskipFilepropFile | static PrintWriter passFilefailFilediffFileskipFilepropFile(Code) | | |
CalculatePassFailStats | static void CalculatePassFailStats()(Code) | | |
CalculateRunLength | static void CalculateRunLength()(Code) | | |
CollectPassFailStats | static void CollectPassFailStats()(Code) | | |
CollectPassFailStats | static void CollectPassFailStats(File dir, String relativeName)(Code) | | |
CollectProperties | static void CollectProperties()(Code) | | |
|
|