public static class

JUnitHost.TestInfo

extends Object
implements Serializable
java.lang.Object
   ↳ com.google.gwt.junit.client.impl.JUnitHost.TestInfo

Class Overview

Returned from the server to tell the system what test to run next.

Summary

Public Constructors
JUnitHost.TestInfo(String testModule, String testClass, String testMethod)
Public Methods
boolean equals(Object o)
String getTestClass()
String getTestMethod()
String getTestModule()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JUnitHost.TestInfo (String testModule, String testClass, String testMethod)

Public Methods

public boolean equals (Object o)

public String getTestClass ()

public String getTestMethod ()

public String getTestModule ()

public int hashCode ()

public String toString ()