Lines Matching defs:anObject
116 public Object anObject();167 assertEquals(null, mFoo.anObject());1169 doReturn("hello").when(mFoo).anObject();1208 doReturn(null).when(mFoo).anObject();