コード例 #1
0
 @Test
 public void testUpdateDataSet() throws IllegalAccessException, NoSuchFieldException {
   chatActivity.onResume();
   chatActivity.showMessage("test");
   assertTrue(recyclerView.hasPendingAdapterUpdates());
   chatActivity.updateDataSet();
   // assertFalse(recyclerView.hasPendingAdapterUpdates());
   chatActivity.onStop();
 }