Results 1 to 6 of 6

Thread: New to Mock object...

  1. #1
    Join Date
    Dec 2006
    Posts
    1

    Unhappy New to Mock object...


    HI All,
    Am very new to Mock object. So please suggest me some url's which has examples.

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    I typically find typing in the search item into google or similar search engines gives me the best results. I would also have a look at the unit tests that come with Spring, they might give you some ideas.

    http://www.mockobjects.com/
    http://www-128.ibm.com/developerwork...-mocktest.html
    http://www.easymock.org/
    etc.....

  3. #3
    Join Date
    Mar 2006
    Location
    A place to call home
    Posts
    76

    Default

    Quote Originally Posted by karldmoore View Post
    I typically find typing in the search item into google or similar search engines gives me the best results.
    LOL

    Quote Originally Posted by karldmoore View Post
    I would also have a look at the unit tests that come with Spring, they might give you some ideas.
    This is actually a splendid idea for many things that people have questions about. I've found quite a lot of interesting stuff in the tests (though they should not always be treated as "best practices").

    Cheers

  4. #4
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Quote Originally Posted by Wesslan View Post
    This is actually a splendid idea for many things that people have questions about. I've found quite a lot of interesting stuff in the tests (though they should not always be treated as "best practices").
    I wouldn't call them best practices, but they are typically written by people smarter than me . I'd use them as a starting point and work from there.

  5. #5
    Join Date
    Mar 2006
    Location
    A place to call home
    Posts
    76

    Default

    Quote Originally Posted by karldmoore View Post
    I wouldn't call them best practices, but they are typically written by people smarter than me . I'd use them as a starting point and work from there.
    Exactly my point!

  6. #6
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Quote Originally Posted by Wesslan View Post
    Exactly my point!
    Well, I'd say your unequivocally right then!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •