|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JUnitHostAsync
The asynchronous version of JUnitHost.
| Method Summary | |
|---|---|
void |
getTestBlock(int blockIndex,
JUnitHost.ClientInfo clientInfo,
AsyncCallback<JUnitHost.InitialResponse> callBack)
Gets a specific block of tests to run. |
void |
reportResultsAndGetTestBlock(java.util.HashMap<JUnitHost.TestInfo,JUnitResult> results,
int blockIndex,
JUnitHost.ClientInfo clientInfo,
AsyncCallback<JUnitHost.TestBlock> callBack)
Reports results for the last method run and gets the name of next method to run. |
| Method Detail |
|---|
void getTestBlock(int blockIndex,
JUnitHost.ClientInfo clientInfo,
AsyncCallback<JUnitHost.InitialResponse> callBack)
blockIndex - the index of the test block to retrieveclientInfo - the info for this clientcallBack - the object that will receive the initial response
void reportResultsAndGetTestBlock(java.util.HashMap<JUnitHost.TestInfo,JUnitResult> results,
int blockIndex,
JUnitHost.ClientInfo clientInfo,
AsyncCallback<JUnitHost.TestBlock> callBack)
results - the results of executing the testblockIndex - the index of the test block to retrieveclientInfo - the info for this clientcallBack - the object that will receive the next test block
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||