Posts Tagged ‘fscheck’

Random testing in F# with FsCheck

{ Posted on Dec 28 2008 by claudio }
One of the emerging trends in software development is TDD or Test-Driven Development, a methodology based on writing tests first and then coding in order to pass the tests. Besides unit testing libraries inherited by the .Net Framework, F# can now ...Read More »