Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.32 KB

File metadata and controls

44 lines (35 loc) · 1.32 KB

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