Package | Description |
---|---|
org.apache.sling.performance |
Modifier and Type | Method and Description |
---|---|
static ReportLogger.ReportType |
ReportLogger.ReportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportLogger.ReportType[] |
ReportLogger.ReportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ReportLogger.writeReport(String testSuiteName,
String testCaseName,
String className,
String methodName,
org.apache.commons.math.stat.descriptive.DescriptiveStatistics statistics,
ReportLogger.ReportType reportType,
PerformanceRunner.ReportLevel reportLevel)
Method the writes the performance report after a test is run
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.