moodmosaic

Blog

RSS | All Posts

GitHub README layouts

2014-06-01

Common README file layouts for GitHub projects, from basic structure to comprehensive documentation including introduction, build instructions, and contributing guidelines.

Read more →

Mountebank Stubs with F#

2014-05-02

Learn how to use Mountebank imposters as Stubs via HTTP with F# and xUnit.net, simulating RESTful endpoints with stateful behavior for testing scenarios.

Read more →

Mountebank Mocks with F#

2014-04-22

Learn how to use Mountebank imposters as Mock Objects and Test Spies via HTTP with F#, providing multi-protocol test doubles over the wire for better testing.

Read more →

Idioms.FsCheck

2014-03-25

AutoFixture 3.18 introduces Idioms.FsCheck, a glue library that uses FsCheck to implement reusable assertions for verifying methods don't return null.

Read more →