A colleague of mine was interested in getting more Ruby in house using JRuby. We are already writing Cucumber based acceptance tests for integration testing, so the thought was maybe we could use rSpec/JRuby to test our Java code. Sounded exactly like what Dick was suggesting in the Scala Adoption episode.
We ran into this wall called test coverage. How do we get the same reports out that we do today? Has anyone tried, or know how to get cobertura or other code coverage tools to report on coverage? How well does using ScalaTest or Specs2 integrate with cobertura. The next challenge would be getting Sonar's tools to handle scala testing so we get generate our big visibles from its metrics....but first I need to determine how to handle coverage. Anyone tried to handle these problems, or are we "not there yet"? -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
