The Artima Developer Community
Sponsored Link

ScalaTest/ScalaUtils Forum
ScalaTest 2.0

2 replies on 1 page. Most recent reply: May 30, 2012 4:09 AM by Tom Smith

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Tom Smith

Posts: 2
Nickname: notice15
Registered: May, 2012

ScalaTest 2.0 Posted: May 25, 2012 2:08 AM
Reply to this message Reply
Advertisement
Can anybody tell me where can I find any information (examples, guides) about ScalaTest 2.0? Is it already released? I found only one video - http://vimeo.com/36210559


Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Re: ScalaTest 2.0 Posted: May 25, 2012 7:10 AM
Reply to this message Reply
Hi Tom,

We've been working towards ScalaTest 2.0 for about the past year. We've released milestones along the way 1.7 and 1.8. (Actually 1.8 will be released final as soon as I have a large enough block of time to do it, most likely this weekend. At the latest Monday.) With 1.8 you'll have at least half of what's in store for 2.0. Scaladoc for the latest release candidate is here:

http://www.artima.com/docs-scalatest-1.8.RC2/#package

Release notes are here:

http://www.scalatest.org/release_notes#release18

Most of the rest of 2.0 is already checked into the trunk. A lot of the 2.0 work was outside of ScalaTest, because 2.0 was about tools integration. So we had to enhance some tools. There's a new Framework API for sbt:

https://github.com/bvenners/test-interface/tree/master/src/org/scalasbt/testing

A major enhancement to Eclipse:

https://github.com/cheeseng/scala-ide

You can see demo of the IDE enhancements in the first 10 minutes of this video:

http://skillsmatter.com/podcast/scala/scalatest-scalamock-subcut

The final 2.0 release is a couple months out still, but there's a milestone release if you want to try it out:

https://oss.sonatype.org/content/groups/public/org/scalatest/scalatest_2.9.2/2.0.M1/

Bill

Tom Smith

Posts: 2
Nickname: notice15
Registered: May, 2012

Re: ScalaTest 2.0 Posted: May 30, 2012 4:09 AM
Reply to this message Reply
Thank you!

Flat View: This topic has 2 replies on 1 page
Topic: scalatest + jenkins + sbt Previous Topic   Next Topic Topic: Scalatest 1.6.1 has some classes compiled with JDK1.6

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use