Browse by Tags

All Tags » TDD/BDD » F# (RSS)

FsTest Updated with F# CTP by podwysocki

Back in June, I announced the creation of FsTest , a testing Domain Specific Language for F#. Since that time, the F# team has released the September 2008 CTP, which finally gives F# full citizenship within Visual Studio with real project files. I felt...

Announcing FsTest - A Testing DSL for F# by podwysocki

Over the past couple of months, I've been working on some language oriented programming concepts in F# to prove how Domain Specific Languages could work. This coincided with my lofty goals of working towards more Behavior Driven Development (BDD) frameworks...

Language Oriented Programming and Functional Unit Testing in F# by podwysocki

As I've covered earlier , I'm very interested in the unit testing and behavior testing story in F# and functional programming. And as I've indicated earlier, I'm pretty fascinated by Domain Specific Languages (DSLs) as well in this regard. In the past...

The Unit Testing Story in F# Revisited by podwysocki

Last week I posted about some troubles I was having with the unit testing frameworks for F#. Today, Brad Wilson announced the release of xUnit.net 1.0.1 which addressed the change in the F# compiler as well as integration with ASP.NET MVC Preview 3 which...
Filed under: ,

F# and Unit Testing - Some New Developments by podwysocki

This past week, I've been focusing a lot of my attention on F# in terms of my presentations that I have been giving. I'm busy preparing for the Philly ALT.NET meeting tomorrow night on the very subject. An important aspect of some of the presentation...
Filed under: ,

Command-Query Separation and Immutable Builders by podwysocki

In one of my previous posts about Command-Query Separation (CQS) and side effecting functions being code smells, it was pointed out to me again about immutable builders. For the most part, this has been one area of CQS that I've been willing to let break...
Filed under: , , , ,

xUnit.net Goes 1.0 and Unit Testing F# by podwysocki

As I've said before on my previous blogs, I'm very much into F# and functional programming lately. With that, I'm still in the mode of TDD. Just because you enter a new programming paradigm, doesn't mean you throw away your XP and TDD roots. Instead,...
Filed under: ,

Relooking at xUnit.net RC2 by podwysocki

UPDATE: More posts on the subject xUnit.net RC3 Just Released Earlier this week, I wrote about the latest release of xUnit.net RC2. Since that time, Brad Wilson and Jim Newkirk released a new version to fix some of the issues with regards to TestDriven...
Filed under: , , ,

Covering NUnit 2.4.7 by podwysocki

It's interesting that a flurry of releases of testing frameworks have been released lately with Gallio , xUnit.net and of course NUnit . Charlie Poole recently announced on a lot of the discussion boards I belong to recently that NUnit 2.4.7 was recently...
Filed under: , ,
More Posts