This page is no longer maintained — Please continue to the home page at www.scala-lang.org

speaking of testing frameworks

1 reply
Raoul Duke
Joined: 2009-01-05,
User offline. Last seen 42 years 45 weeks ago.

do Scala test-infected folks use Hamcrest much? any micro-reviews of
it to share?

tx.

Bill Venners
Joined: 2008-12-18,
User offline. Last seen 31 weeks 5 days ago.
Re: speaking of testing frameworks

Hi Raoul,

I used Hamcrest only to test it to make sure it works in ScalaTest. It
does, and I assume it would work in Specs as well. Specs or ScalaTest
matchers will give you a nicer Scala-enabled syntax than Hamcrest, but
if you're using JMock for example, you may want to pass a matcher in,
and JMock uses Hamcrest.

Bill

On Wed, Mar 18, 2009 at 8:52 PM, Raoul Duke wrote:
> do Scala test-infected folks use Hamcrest much? any micro-reviews of
> it to share?
>
> tx.
>

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland