public static class

JUnitHost.TestBlock

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

Class Overview

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

Summary

Public Constructors
JUnitHost.TestBlock(TestInfo[] tests, int index)
Public Methods
int getIndex()
TestInfo[] getTests()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JUnitHost.TestBlock (TestInfo[] tests, int index)

Public Methods

public int getIndex ()

public TestInfo[] getTests ()