|
From: Charles A. <ca...@id...> - 2001-08-24 07:41:00
|
At 11:55 AM 8/22/01 +0100, you wrote: >* the Mock Objects project is composed of 2 parts : the core framework which >is made of Expectation classes and the like. Theses could be considered as >utility classes very useful to write mock implementations. Mock Maker is >using them for example (it is a static generator of mock implementations >from an interface - maybe even a class, not sure if it is implemented yet). >A framework like Easy Mock could also use them. I need to look more into the Expectation classes. As I indicated before, I was in the process of coding some classes for the servlet package that are more like stubs when I encountered MOs. >* some static mock implementations for several APIs. This is simply because >not everyone is using JDK 1.3 and greater (which is needed to dynamic >proxies). The idea is that even with JDK 1.x or 1.2 you can easily use Mock >Objects by using these already made classes Fair enough. I only just upgraded from 1.1.8 to 1.3.1 myself. >Thanks for your interest. We are interested in your feedback as there is >obviously still a lot of work to be done on the project. We are also looking >for help ... :-) Let me lurk a bit to figure out where I might be useful. (Normally, I wouldn't shoot my mouth off right after joining a list, but the AOP thread was something that caught my eye.) At the moment, my personal interest in mocking (if that's the correct verb) the servlet stuff, since that's what I'm implementing and what I personally need to test. Charles. |