| com.google.gwt.junit.client.impl.JUnitHostAsync
JUnitHostAsync | public interface JUnitHostAsync (Code) | | The asynchronous version of
JUnitHost .
|
getFirstMethod | void getFirstMethod(String testClassName, AsyncCallback<String> callBack)(Code) | | Gets the name of next method to run.
Parameters: testClassName - The class name of the calling test case. Parameters: callBack - The object that will receive the name of the nextmethod to run. |
reportResultsAndGetNextMethod | void reportResultsAndGetNextMethod(String testClassName, TestResults results, AsyncCallback<String> callBack)(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 the test. Parameters: callBack - The object that will receive the name of the nextmethod to run. |
|
|