public class

BenchmarkShell

extends Object
java.lang.Object
   ↳ com.google.gwt.benchmarks.BenchmarkShell

Class Overview

This class is responsible for hosting BenchMarks test case execution.

See Also

Summary

Public Methods
static BenchmarkReport getReport()
Called by BenchmarkGenerator to add test meta data to the test report.
static void runTest(GWTTestCase testCase, TestResult testResult)
static void runTest(String moduleName, TestCase testCase, TestResult testResult)
This method is deprecated. use runTest(GWTTestCase, TestResult) instead
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static BenchmarkReport getReport ()

Called by BenchmarkGenerator to add test meta data to the test report.

Returns

public static void runTest (GWTTestCase testCase, TestResult testResult)

Throws
UnableToCompleteException

public static void runTest (String moduleName, TestCase testCase, TestResult testResult)

This method is deprecated.
use runTest(GWTTestCase, TestResult) instead

Throws
UnableToCompleteException