1. what do I do with test mock? forum.springsource.orgFor the fun of it I ran "test mock" on one of my entities. The documentation on this is pretty terse, so I wanted to see what it would do. I ... |
2. Mock Testing - Expanded forum.springsource.orgMock Testing - Expanded Hey folks, I'm trying to speed up some of my testing throughout a Roo-based project so I'm trying to get as much done with mocks rather than ... |
3. Mock spring testing on Windoze forum.springsource.orgMock spring testing on Windoze How would I specify the proper path to my descriptor for mock testing? WEB-INF folder is right under the test class. I always get BeanDefinitionStoreException, and ... |
4. does spring have support for mock test? forum.springsource.orgDoes rmock require that you subclass from it base? MockRunner is a J2EE testing library that supports both a base class and just creating an object which provides the mock services. ... |
5. mock multipartfile forum.springsource.orgHi, i need to make an integration test with a method that requires a multipartfile. I'm using mockMultipartHttpServletRequest, but I need to load a "real file" in my test resources. What's ... |
6. Is it possible to get the source code to Spring Mock? forum.springsource.org |
7. Mock/Test Sources? forum.springsource.orgI was wondering.. why isn't the source included for the spring-mock jar file? I'm looking for the org.springframework.test package specifically, but i noticed that neither the ...mock or ...test package source ... |
8. mock with simpleform forum.springsource.org |
9. org.springframework.mock.* forum.springsource.orgI'm feeling very stupid, but i can't find around the Spring website, where to download spring-mock.jar, i'm currently using spring.jar (2.5.5) Thank you! in the Spring .zip from version 2.0.8 i ... |
10. simple unittest mocking problem forum.springsource.orgsimple unittest mocking problem Hello, i am sorry but i can't get this simple test to work, and i was hoping that someone would help me out. I'm trying to get ... |
11. How to Mock Server Side forum.springsource.orgHi, I wondered if it's possible to create a mock server side, so I can test my client side? I want to create a client that sending HTTP POST to the ... |
12. Automatic Mocking with Spring framework forum.springsource.orgAutomatic Mocking with Spring framework Hi, I am suppose to write unit testing code for my business layer by mocking DAO layer. I have tried to use the JMock API for ... |