- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Has any Unit Testing framework emerged as the de facto standard for Scala?
I suspect not, but thought I'd ask. Which are the most popular/best,
in your opinion?
Thanks,
Ken
I suspect not, but thought I'd ask. Which are the most popular/best,
in your opinion?
Thanks,
Ken
Copyright © 2013 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland
Re: Has any Unit Testing framework emerged as the de facto stan
Specs is what we use in Lift-land
Re: Has any Unit Testing framework emerged as the de facto sta
2009/1/17 David Pollak <feeder [dot] of [dot] the [dot] bears [at] gmail [dot] com>
Re: Has any Unit Testing framework emerged as the de facto sta
On Sat, Jan 17, 2009 at 3:52 PM, Ricky Clarkson <ricky [dot] clarkson [at] gmail [dot] com> wrote:
Re: Has any Unit Testing framework emerged as the de facto sta
> Got a link? "Specs" is not a very Google-friendly name ...
No, but "scala specs" is :-)
http://code.google.com/p/specs/
-steve
> On Sat, Jan 17, 2009 at 3:52 PM, Ricky Clarkson > wrote:
> I use Specs at work, for testing Java code. Outside Lift-land.
>
> 2009/1/17 David Pollak
>
> Specs is what we use in Lift-land
>
>
> On Jan 17, 2009 11:27 AM, "Kenneth McDonald" > wrote:
>
> I suspect not, but thought I'd ask. Which are the most popular/best,
> in your opinion?
>
> Thanks,
> Ken
Re: Has any Unit Testing framework emerged as the de facto sta
On this note - what coverage reporting tools are people using with specs?
Cheers, Tim
On 17/01/2009 21:28, "Steve Lianoglou"
wrote:
>> Got a link? "Specs" is not a very Google-friendly name ...
>
> No, but "scala specs" is :-)
>
> http://code.google.com/p/specs/
>
> -steve
>
>> On Sat, Jan 17, 2009 at 3:52 PM, Ricky Clarkson >> wrote:
>> I use Specs at work, for testing Java code. Outside Lift-land.
>>
>> 2009/1/17 David Pollak
>>
>> Specs is what we use in Lift-land
>>
>>
>> On Jan 17, 2009 11:27 AM, "Kenneth McDonald"
>> >> wrote:
>>
>> I suspect not, but thought I'd ask. Which are the most popular/best,
>> in your opinion?
>>
>> Thanks,
>> Ken
>
>
Re: Has any Unit Testing framework emerged as the de facto sta
2009/1/18 Tim Perrett <hello [at] timperrett [dot] com>