- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Has any Unit Testing framework emerged as the de facto standard for Scala?
Sat, 2009-01-17, 20:27
I suspect not, but thought I'd ask. Which are the most popular/best,
in your opinion?
Thanks,
Ken
Sat, 2009-01-17, 21:57
#2
Re: Has any Unit Testing framework emerged as the de facto sta
I use Specs at work, for testing Java code. Outside Lift-land.
2009/1/17 David Pollak <feeder.of.the.bears@gmail.com>
2009/1/17 David Pollak <feeder.of.the.bears@gmail.com>
Specs is what we use in Lift-land
On Jan 17, 2009 11:27 AM, "Kenneth McDonald" <kenneth.m.mcdonald@sbcglobal.net> wrote:
I suspect not, but thought I'd ask. Which are the most popular/best, in your opinion?
Thanks,
Ken
Sat, 2009-01-17, 22:27
#3
Re: Has any Unit Testing framework emerged as the de facto sta
Got a link? "Specs" is not a very Google-friendly name ...
On Sat, Jan 17, 2009 at 3:52 PM, Ricky Clarkson <ricky.clarkson@gmail.com> wrote:
On Sat, Jan 17, 2009 at 3:52 PM, Ricky Clarkson <ricky.clarkson@gmail.com> wrote:
I use Specs at work, for testing Java code. Outside Lift-land.
2009/1/17 David Pollak <feeder.of.the.bears@gmail.com>
Specs is what we use in Lift-land
On Jan 17, 2009 11:27 AM, "Kenneth McDonald" <kenneth.m.mcdonald@sbcglobal.net> wrote:
I suspect not, but thought I'd ask. Which are the most popular/best, in your opinion?
Thanks,
Ken
Sat, 2009-01-17, 22:37
#4
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
Sun, 2009-01-18, 11:57
#5
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
>
>
Sun, 2009-01-18, 15:37
#6
Re: Has any Unit Testing framework emerged as the de facto sta
Cobertura, via Maven.
2009/1/18 Tim Perrett <hello@timperrett.com>
2009/1/18 Tim Perrett <hello@timperrett.com>
On this note - what coverage reporting tools are people using with specs?
Cheers, Tim
On 17/01/2009 21:28, "Steve Lianoglou" <mailinglist.honeypot@gmail.com>
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 <ricky.clarkson@gmail.com
>>> wrote:
>> I use Specs at work, for testing Java code. Outside Lift-land.
>>
>> 2009/1/17 David Pollak <feeder.of.the.bears@gmail.com>
>>
>> Specs is what we use in Lift-land
>>
>>
>> On Jan 17, 2009 11:27 AM, "Kenneth McDonald"
>> <kenneth.m.mcdonald@sbcglobal.net
>>> wrote:
>>
>> I suspect not, but thought I'd ask. Which are the most popular/best,
>> in your opinion?
>>
>> Thanks,
>> Ken
>
>
Specs is what we use in Lift-land