Wednesday, December 12, 2012

AutoFixture for TypeScript

Automate test fixture When doing TDD.

In .NET we have AutoFixture written by Mark Seemann.
It really helps me saving time and making my tests cleaner and faster.

For the last few month I have playing around with TypeScript, it's not perfect but really has potential.

I needed a new home project based on TypeScript, but needed and idea to what I would create.

So I have made a project on GitHub called AutoFixtureTS - http://ronniehegelund.github.com/AutoFixtureTS/

Im using Jasmine as Testing framework and has 73 tests and 73 passed :-)

Check it out, any feedback would be great!