Skip to content

A very simple experiment in adding basic TDD flow and tests to an ASP.Net Core MVC project.

Notifications You must be signed in to change notification settings

FitzyCodesThings/testdrive-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

TestDriveTDD

A simple experiment in adding TDD to my arsenal.

Overview

Utilizes XUnit, Moq, and FluentAssertions to test service methods against an EF Core persistence model.

This should not be considered complete or correct unit testing!

I am learning the basics here to implement in future projects. Hope it'll help others that are just getting started with unit testing in .Net!

Special Thanks

A lot of my thinking and methodology here is adapted from @hassanhabib (YouTube Link) and the work he and his community are doing on the OtripleS project (Github link).

HUGE thanks to Hassan for the motivation and guidance to get started with TDD (and a variety of other better practices).

About

A very simple experiment in adding basic TDD flow and tests to an ASP.Net Core MVC project.

Topics

Resources

Stars

Watchers

Forks