5 @page DII Test README File
7 The goals of writing this test are:
9 - Test all possible variations of DII calling schemes:
10 o Synchronous twoway DII (i.e. using Request::invoke)
11 o Deferred twoway DII (i.e. using Request::send_deferred/Request::get_response)
12 o Deferred twoway DII with polling (i.e. using Request::send_deferred/Request::poll_response)
13 o Oneway DII (i.e. using Request::send_oneway)
15 To run the test use the run_test.pl script:
19 the script returns 0 if the test was successful.