Example usage for org.apache.http.fake FakeHttpLayerManager getUnHandledRequestsCount

List of usage examples for org.apache.http.fake FakeHttpLayerManager getUnHandledRequestsCount

Introduction

In this page you can find the example usage for org.apache.http.fake FakeHttpLayerManager getUnHandledRequestsCount.

Prototype

public static int getUnHandledRequestsCount() 

Source Link

Usage

From source file:com.jaspersoft.android.jaspermobile.test.acceptance.profile.ActiveProfileTest.java

public void testSelectionOfAlreadyActiveProfileChangeNothing() {
    onData(Matchers.is(instanceOf(Cursor.class))).inAdapterView(withId(android.R.id.list)).atPosition(0)
            .perform(click());/*from  w w w .j a va 2  s. co  m*/
    assertThat(FakeHttpLayerManager.getUnHandledRequestsCount(), is(0));
}