Search in sources :

Example 1 with DownloadOperationQueueingListener

use of com.microsoft.live.test.util.DownloadOperationQueueingListener in project LiveSDK-for-Android by liveservices.

the class DownloadTest method setUp.

@Override
protected void setUp() throws Exception {
    super.setUp();
    this.responseQueue = new LinkedBlockingQueue<LiveDownloadOperation>();
    this.queueingListener = new DownloadOperationQueueingListener(this.exceptionQueue, this.responseQueue);
}
Also used : DownloadOperationQueueingListener(com.microsoft.live.test.util.DownloadOperationQueueingListener) LiveDownloadOperation(com.microsoft.live.LiveDownloadOperation)

Aggregations

LiveDownloadOperation (com.microsoft.live.LiveDownloadOperation)1 DownloadOperationQueueingListener (com.microsoft.live.test.util.DownloadOperationQueueingListener)1