My First OCaml Tests – So Close To Heaven!
Posted in Programming on Dec 26th, 2007 No Comments »
Some time ago a a discussion in the testdrivendevelopment Yahoo-Group evolved around the concept of “testable languages”. I thought about this for a while and came up with the idea that I want to be able to have expressions as first class citizens:
assertThat { assertThat(false) } abortsWith TestFailedException
Today I played a little with OCaml, sorted [...]
