HomeSort by relevance Sort by last modified time
    Searched refs:notNullValue (Results 26 - 34 of 34) sorted by null

12

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContextWrapperTest.java 23 import static org.hamcrest.CoreMatchers.notNullValue;
161 assertThat(contextWrapper.getBaseContext(), notNullValue());
ListViewTest.java 7 import static org.hamcrest.CoreMatchers.notNullValue;
110 assertThat(listView.findViewById(0), notNullValue());
111 assertThat(listView.findViewById(1), notNullValue());
112 assertThat(listView.findViewById(2), notNullValue());
113 assertThat(listView.findViewById(3), notNullValue());
SQLiteCursorTest.java 19 import static org.hamcrest.CoreMatchers.notNullValue;
60 assertThat(columnNames, notNullValue());
WebViewTest.java 63 assertThat(webSettings, notNullValue());
ContentResolverTest.java 8 import static org.hamcrest.CoreMatchers.notNullValue;
206 assertThat(resultOperations, notNullValue());
ParcelTest.java 5 import static org.hamcrest.CoreMatchers.notNullValue;
41 assertThat(parcel, notNullValue());
ViewTest.java 38 assertThat(layoutParams, notNullValue());
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 712 milliseconds

12