| com.google.gwt.junit.client.impl.JUnitHost
All known Subclasses: com.google.gwt.junit.server.JUnitHostImpl,
getFirstMethod | String getFirstMethod(String testClassName)(Code) | | Gets the name of next method to run.
Parameters: testClassName - The class name of the calling test case. the name of the next method to run. |
reportResultsAndGetNextMethod | String reportResultsAndGetNextMethod(String testClassName, TestResults results)(Code) | | Reports results for the last method run and gets the name of next method to
run.
Parameters: testClassName - The class name of the calling test case. Parameters: results - The results of executing the test the name of the next method to run. |
|
|