public static class

Benchmark.BenchmarkStrategy

extends PropertyDefiningStrategy
java.lang.Object
   ↳ com.google.gwt.junit.client.GWTTestCase.BaseStrategy
     ↳ com.google.gwt.junit.PropertyDefiningStrategy
       ↳ com.google.gwt.benchmarks.client.Benchmark.BenchmarkStrategy

Class Overview

The JUnitShell.Strategy used for benchmarking.

Summary

Public Constructors
Benchmark.BenchmarkStrategy(TestCase test)
Public Methods
String getModuleInherit()
void processResult(TestCase testCase, JUnitResult result)
Protected Methods
String getBaseModuleExtension()
[Expand]
Inherited Methods
From class com.google.gwt.junit.PropertyDefiningStrategy
From class com.google.gwt.junit.client.GWTTestCase.BaseStrategy
From class java.lang.Object
From interface com.google.gwt.junit.JUnitShell.Strategy

Public Constructors

public Benchmark.BenchmarkStrategy (TestCase test)

Public Methods

public String getModuleInherit ()

public void processResult (TestCase testCase, JUnitResult result)

Protected Methods

protected String getBaseModuleExtension ()