Skip to content

audaciaconsulting/Audacia.UnitTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Overview

The Audacia.UnitTest repo contains multiple packages with each having a purpose of making unit test writing easier.

  • Audacia.UnitTest.Dependency
  • Audacia.UnitTest.Seed

Audacia.UnitTest.Dependency

The purpose of Audacia.UnitTest.Dependency is to help engineers quickly configure and build the test target, with by default creating real instance of all dependencies of dependencies for the test target.

Customisation is provided out of the box in two ways.

  1. Providing BlueprintDependency<TDependency> within the solution as a generic method.
  2. Providing the TestTargetBuilder with the customised dependency on creation.

For more details on how to use Audacia.UnitTest.Dependency see the package README.

The purpose of Audacia.UnitTest.Seed is to help engineers quickly configure, build and seed entities, with either EF Core, EF 6 or In-Memory databases.

For more details on how to use Audacia.UnitTest.Seed see the package README.

Contributing

We welcome contributions! Please feel free to check our Contribution Guidelines for feature requests, issue reporting and guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published