| Author |
mock before development
|
Angus Ferguson
Ranch Hand
Joined: Jun 22, 2012
Posts: 281
|
|
Hi
someone has ask me about make mocks before start coding using jUnit. Makes that sense for someone?
Thanks
Regards
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26496
|
|
|
I can think of two contexts that makes sense in. First is Test Driven Development. The other is using a mock/stub when relying on an API a teammate (or someone else) will be providing but isn't written yet.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: mock before development
|
|
|