quarta-feira, agosto 11, 2004

Musica:harlem.org: itunes versus jazz preservation

harlem.org: itunes versus jazz preservation

segunda-feira, agosto 09, 2004

pMock: a mock object library for Python

pMock: a mock object library for Python

Mocks Aren't StubsThe term 'Mock Objects' has become a popular one to describe special case objects that mimic real objects for testing. However the term mock was not originally meant as a more catchy name for stub, but to introduce a different approach to unit testing. In this article I dig into this difference of style to explain the difference between the interaction-based testing style favored by mock object fans, and the more usual state-based testing style.