Mock « Object « Spring Q&A;

Home
Spring Q&A;
1.Annotation
2.AOP
3.Batch
4.Bean
5.Binding
6.Context
7.Core
8.Database
9.Development
10.EJB
11.Exception
12.File
13.GWT
14.Integration
15.Internationalization
16.Java EE
17.Job
18.JPA
19.JSF
20.Message
21.MVC
22.MVC Controller
23.Object
24.Remote
25.Roo
26.Security
27.Session
28.Spring Tool Suite
29.Struts
30.Test
31.Thread
32.Transaction
33.Web
34.Web Service
35.XML
Spring Q&A; » Object » Mock 

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

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.