Scala and coverage tools

Hi,

There was a question on the specs users mailing-list about using coverage
tools with specs.

I would like to ask the question here, to make it a bit more general.

What's your experience of coverage tools with Scala?

Eric.

Re: Scala and coverage tools

On Fri, Jan 16, 2009 at 12:38 AM, Eric Torreborre <etorreborre [at] yahoo [dot] com> wrote:

Hi,

There was a question on the specs users mailing-list about using coverage
tools with specs.

I would like to ask the question here, to make it a bit more general.

What's your experience of coverage tools with Scala?

A few weirdnesses: You need to understand Scala's name mangling, there are some tests the compiler inserts that it inevitably complains about not testing without really pedantic unit tests (null checks for inner classes for example, pattern matching often has some redundant tests, etc). Other than that it largely Just Works.

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