David Sag wrote: > We use EasyMock and all that needs is to put the folllowwing in the pom. > there are no generated files like with what you describe however. it > makes great little mockobjects though using the cglib. > > <dependency> > <groupId>easymock</groupId> > <artifactId>easymock</artifactId> > <version>1.2_Java1.3</version> > <scope>test</scope> > </dependency> > > <dependency> > <groupId>easymock</groupId> > <artifactId>easymockclassextension</artifactId> > <version>1.1</version> > <scope>test</scope> > </dependency> > > Kind regards, > Dave Sag
We use for the same purpose jMock. Same idea for mocks, different approach for the coding. See http://www.jmock.org/easymock-comparison.html and take what you like more. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
