|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.benchmarks.BenchmarkShell
public class BenchmarkShell
This class is responsible for hosting BenchMarks test case execution.
JUnitShell
Method Summary | |
---|---|
static BenchmarkReport |
getReport()
Called by BenchmarkGenerator to
add test meta data to the test report. |
static void |
runTest(GWTTestCase testCase,
junit.framework.TestResult testResult)
|
static void |
runTest(java.lang.String moduleName,
junit.framework.TestCase testCase,
junit.framework.TestResult testResult)
Deprecated. use runTest(GWTTestCase, TestResult) instead |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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)
instead
UnableToCompleteException
public static void runTest(GWTTestCase testCase, junit.framework.TestResult testResult) throws UnableToCompleteException
UnableToCompleteException
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |