Id recommend using mockito instead: http://mockito.org/
On Nov 12, 1:55 am, Howard Lewis Ship <[email protected]> wrote: > Try looking at this: > > http://github.com/hlship/cascade/blob/master/src/main/clojure/cascade... > > > > On Thu, Nov 5, 2009 at 5:00 AM, vanallan <[email protected]> wrote: > > > Hi > > Im trying to convert a couple of Java methods in a Java project to > > Clojure. The Java methods have test methods that mocks other part of > > the whole system with EasyMock. Is it possible to something similar in > > Clojure? I want to call a Java function and get a predetermined value > > from that function in return to test with. This is because the java > > method is using a database that I don't reach, and I want to use the > > correct method call right from the start. Any one got any experience > > in this? > > > :) > > --~--~---------~--~----~------------~-------~--~----~ > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to [email protected] > > Note that posts from new members are moderated - please be patient with > > your first post. > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/clojure?hl=en > > -~----------~----~----~----~------~----~------~--~--- > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > > The source for Tapestry training, mentoring and support. Contact me to > learn how I can get you up and productive in Tapestry fast! > > (971) 678-5210http://howardlewisship.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
