Y
Hacker News
new
|
ask
|
show
|
jobs
by
celvro
2771 days ago
when(mockObject.getVar()).thenReturn(1); assertEquals(1, mockObject.getVar());
test passes boss!