Skip to content

tguillier/WorkshopUnitTest_WithoutTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshop : Unit Testing & TDD

Application used for the second part of the workshop's live coding.

Mocking

"Mocking" is a simple app domain providing capabilities to filter products list by price and create some others.

The solution also contains the "Infrastructure" part to interrogate database through Entity Framework Core.

It's up to you to test this application!

Tips : Use xUnit, Moq and AutoFixture (and integration between them : AutoFixture.AutoMoq, AutoFixture.Xunit2)

Hum... In fact, "Mocking" is also a unit testing practice to isolate application layer during tests execution ;-)

About

Clone this repository to start the workshop's live coding part 2.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages