Currently all mocks created by OCMockito are 'nice' mocks and always return something even on methods that have not been stubbed.
Would be nice to have a strictMock() alternative that would instead fail/assert early if anything calls something not stubbed out.