Mock « Object « Spring Q&A





1. Mockito, Testing an object that relies on injected dependencies (Spring)?    stackoverflow.com

I'm new to using Mockito and am trying to understand a way to make a unit test of a class that relies on injected dependencies. What I want to do is ...

2. Unit Testing, Mock Objects and Spring    forum.springsource.org

Unit Testing, Mock Objects and Spring I realize this is a potentially a newbie question but after much googling I don't have a good answer. I'm working with a client who're ...

3. Unit Tests with Mock Objects    forum.springsource.org

Unit Tests with Mock Objects I would like to test an integration pathway in true unit test fashion--that is, complete out-of-container testing that won't leverage the actual services on the pathway ...

4. Mock Objects and testing    forum.springsource.org

Mock Objects and testing In my particular case, I have domain objects loaded via hibernate daos. The domain objects grab interfaces to the daos using a singleton object providing access to ...

5. Good source for Mock Object information    forum.springsource.org

Hi, General question...Where are there fairly detailed docs for Mock Objects, other than the source code. This site http://www.mockobjects.com/ seems to be pretty good and I've looked at the Spring docs. ...

6. New to Mock object...    forum.springsource.org

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 ...

7. Mock Domain Object Generator    forum.springsource.org

I am looking for a mock domain object generator to test my domain and persistence layer. A mock domain object generator will instantiate a domain object with random or predictable values, ...