@Deprecated
public class BenchmarkShell
extends java.lang.Object
JUnitShell
Modifier and Type | Method and Description |
---|---|
static BenchmarkReport |
getReport()
Deprecated.
Called by
BenchmarkGenerator to
add test meta data to the test report. |
static void |
runTest(GWTTestCase testCase,
junit.framework.TestResult testResult)
Deprecated.
|
static void |
runTest(java.lang.String moduleName,
junit.framework.TestCase testCase,
junit.framework.TestResult testResult)
Deprecated.
use
runTest(GWTTestCase, TestResult) instead |
public static BenchmarkReport getReport()
BenchmarkGenerator
to
add test meta data to the test report.BenchmarkReport
that belongs to the singleton JUnitShell
, or null
if no such singleton exists.@Deprecated public static void runTest(java.lang.String moduleName, junit.framework.TestCase testCase, junit.framework.TestResult testResult) throws UnableToCompleteException
runTest(GWTTestCase, TestResult)
insteadUnableToCompleteException
public static void runTest(GWTTestCase testCase, junit.framework.TestResult testResult) throws UnableToCompleteException
UnableToCompleteException