Search in sources :

Example 11 with ImmediateResponseDelivery

use of com.android.volley.utils.ImmediateResponseDelivery in project TaEmCasa by Dionen.

the class RequestQueueTest method setUp.

@Before
public void setUp() throws Exception {
    mDelivery = new ImmediateResponseDelivery();
    initMocks(this);
}
Also used : ImmediateResponseDelivery(com.android.volley.utils.ImmediateResponseDelivery) Before(org.junit.Before)

Aggregations

ImmediateResponseDelivery (com.android.volley.utils.ImmediateResponseDelivery)11 Before (org.junit.Before)9 MockRequest (com.android.volley.mock.MockRequest)4