Live data from Hacker News

Viewing profile — celvro

celvro

HN member
Joined
Wed, Nov 14, 2018, 9:11 PM UTC
HN karma
2
Public activity
1 items

About celvro

No profile information was provided.

Recent public activity

  1. comment
    Comment #18454019

    when(mockObject.getVar()).thenReturn(1); assertEquals(1, mockObject.getVar()); test passes boss!