public class

JUnitResult

extends Object
implements Serializable
java.lang.Object
   ↳ com.google.gwt.junit.client.impl.JUnitResult
Known Direct Subclasses

Class Overview

Encapsulates the results of the execution of a single benchmark. A TestResult is constructed transparently within a benchmark and reported back to the JUnit RPC server, JUnitHost. It's then shared (via JUnitMessageQueue) with JUnitShell and aggregated in BenchmarkReport with other TestResults.@skip

Summary

Public Constructors
JUnitResult()
Public Methods
String getAgent()
Throwable getException()
String getHost()
void setAgent(String agent)
void setException(Throwable exception)
void setHost(String host)
String toString()
Protected Methods
String toStringInner()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JUnitResult ()

Public Methods

public String getAgent ()

public Throwable getException ()

public String getHost ()

public void setAgent (String agent)

public void setException (Throwable exception)

public void setHost (String host)

public String toString ()

Protected Methods

protected String toStringInner ()