https://github.com/autofixture/autofixture.github.io
Documentation site for the AutoFixture products
https://github.com/autofixture/autofixture.github.io
autofixture docs documentation
Last synced: 4 months ago
JSON representation
Documentation site for the AutoFixture products
- Host: GitHub
- URL: https://github.com/autofixture/autofixture.github.io
- Owner: AutoFixture
- Created: 2018-01-21T22:48:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T17:03:14.000Z (about 1 year ago)
- Last Synced: 2025-01-02T17:22:45.413Z (6 months ago)
- Topics: autofixture, docs, documentation
- Language: Dockerfile
- Homepage: https://autofixture.github.io/
- Size: 85 KB
- Stars: 4
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# AutoFixture Documentation
This is the official AutoFixture documentation repository. You can find the deployed version of the documentation at [AutoFixture.github.io](https://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:
- [Developing inside Docker](https://github.com/AutoFixture/AutoFixture.github.io/wiki/Docker-Environment-Setup)
- [Developing locally](https://github.com/AutoFixture/AutoFixture.github.io/wiki/Local-Environment-Setup)## Roadmap 🚧
> :warning: There is currently an ongoing effort to document AutoFixture.
> Any contributions to the documentation are welcome.- [x] Overview
- [x] Quick Start guide
- [x] Fixture creation
- [x] 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