33343536373839
private SpyObject partialMock = null; @Before public void setup() throws Exception { partialMock = spy(new SpyObject()); }