The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Why Do I Like Spec-Style Unit Tests?

0 replies on 1 page.

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 0 replies on 1 page
Christian Horsdal

Posts: 253
Nickname: horsdal
Registered: Mar, 2009

Christian Horsdal is a software architect at Mjølner Informatics.
Why Do I Like Spec-Style Unit Tests? Posted: May 25, 2010 4:01 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Christian Horsdal.
Original Post: Why Do I Like Spec-Style Unit Tests?
Feed Title: Horsdal
Feed URL: http://www.horsdal-consult.dk/feeds/posts/default
Feed Description: A blog that will be about code, architecture, design, and .NET.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Christian Horsdal
Latest Posts From Horsdal

Advertisement
As I've written about earlier I've been spending some time lately learning Scala. A side effect has been learning and using two test frameworks I haven't used before; ScalaTest and Scala Specs. Both offer what I think of as a spec style of writting tests. That is, tests along the lines of: "A unit under test" should {   "be tested by specs like this" in {      // Code  for the first actual case

Read: Why Do I Like Spec-Style Unit Tests?

Topic: Test Your Windows 7 Knowledge: Play "Are You Certifiable?" Previous Topic   Next Topic Topic: MSDN Webcast: Creating Microsoft Office 2010 Add-ins Using SharePoint 2010 as a Data Source

Sponsored Links



Google
  Web Artima.com   

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