com.google.gwt.junit.client.impl
Class JUnitHost.TestBlock

java.lang.Object
  extended by com.google.gwt.junit.client.impl.JUnitHost.TestBlock
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
JUnitHost

public static class JUnitHost.TestBlock
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
JUnitHost.TestBlock(JUnitHost.TestInfo[] tests, int index)
           
 
Method Summary
 int getIndex()
           
 JUnitHost.TestInfo[] getTests()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitHost.TestBlock

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

getIndex

public int getIndex()

getTests

public JUnitHost.TestInfo[] getTests()