コード例 #1
0
 @Test(expected = NullPointerException.class)
 public void testOnContextItemSelected() {
   chatActivity.onContextItemSelected(null);
 }