- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scala Eclipse Plugin: Unit Tests?
Tue, 2009-02-03, 21:24
Hi,
are there any unit tests?
It appears there are not, which will not make it easier to start working on the plugin.
Kind regards,
Jan
are there any unit tests?
It appears there are not, which will not make it easier to start working on the plugin.
Kind regards,
Jan
Tue, 2009-02-03, 23:57
#2
Re: Scala Eclipse Plugin: Unit Tests?
So which of the existing testing frameworks for scala should we use.
Integration into JUnit would be good because thats well supported by eclipse and we could use coverage tools like EclEmma.
But this seems to be possible with about all existing frameworks, right?
Kind regards,
Jan
2009/2/3 Miles Sabin <miles@milessabin.com>
Integration into JUnit would be good because thats well supported by eclipse and we could use coverage tools like EclEmma.
But this seems to be possible with about all existing frameworks, right?
Kind regards,
Jan
2009/2/3 Miles Sabin <miles@milessabin.com>
On Tue, Feb 3, 2009 at 8:17 PM, Jan Lohre <jan.lohre@googlemail.com> wrote:
> are there any unit tests?
> It appears there are not, which will not make it easier to start working on
> the plugin.
There aren't. Contributions of such would be very much appreciated.
Cheers,
Miles
--
Miles Sabin
tel: +44 (0)1273 720 779
mobile: +44 (0)7813 944 528
skype: milessabin
Wed, 2009-02-04, 00:17
#3
Re: Scala Eclipse Plugin: Unit Tests?
On Tue, Feb 3, 2009 at 10:47 PM, Jan Lohre wrote:
> So which of the existing testing frameworks for scala should we use.
I guess the person to write the first test gets to choose ... on your marks! ;-)
Cheers,
Miles
On Tue, Feb 3, 2009 at 8:17 PM, Jan Lohre wrote:
> are there any unit tests?
> It appears there are not, which will not make it easier to start working on
> the plugin.
There aren't. Contributions of such would be very much appreciated.
Cheers,
Miles