Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 698 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 698 Bytes

Asp.Net Core Test Practices

Practice project to implement the unit test, integration tests, BDD, etc.

📒Libraries & 🔎Technologies

xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework.
NUKE brings your build automation to an even level with every other .NET project.
NSubstitute is designed as a friendly substitute for .NET mocking libraries.

Testing Technique

✔️ A sandbox is an isolated testing environment that allows users to run programs or open files without impacting the application, system, or platform they are running on.