Pages

EasyMock

EasyMock.createMockBuilder(Cookie.class).addMockedMethod("getIngredients").createMock();
EasyMock.expect(cookie.getIngredients()).andReturn(getMockIngredients()).anyTimes();
EasyMock.replay(cookie);

btemplates

1 comments:

Anonymous said...

Test comment

Post a Comment