24252627282930
public void testInitialisation() { new CollectionMock("collection", expectations); new ListMock("list", expectations); new SetMock("set", expectations); new IteratorMock("iterator", expectations); new MapMock("map", expectations); }