Skip to content

AutoFixture/AutoFixture.github.io

Repository files navigation

AutoFixture Documentation

This is the official AutoFixture documentation repository. You can find the deployed version of the documentation at AutoFixture.github.io.

Contributing

Environment Setup

Before you start contributing the documentation, it is recommented you setup a local environment where the changes could be tested.

There are a couple of ways to setup the local development environment:

Roadmap 🚧

⚠️ There is currently an ongoing effort to document AutoFixture. Any contributions to the documentation are welcome.

  • Overview
  • Quick Start guide
  • Fixture creation
  • Fixture customization
    • Customize
    • Build
  • Freeze and Inject features
  • Testing frameworks integration
    • xUnit
    • NUnit
  • Mocking framework integration
    • Moq
    • NSubstitute
    • FakeItEasy
    • Foq
  • Idioms
    • Assertions
    • FsCheck
  • Internal library design and philosophy
    • Customizations
    • Behaviors
    • Specimen Builders
    • Generators
  • Document upcoming deprecations