3334353637383940
/** * Tests that all the mock objects can be initialised correctly. */ public void testInitialisation() { new HttpServiceMock("httpServiceMock", expectations); new HttpContextMock("httpContextMock", expectations); }