Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 775 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 775 Bytes

Credit Card Applications


Pluralsight badge Skills practice badge Testing with xUnit badge


About

This is a test application that I am using to follow along with a Pluralsight course on using Moq mocking framework for xUnit. It is a simple application that checks credit card applications and provides a decision on whether to accept or not. The main aim of this project is to get familiar with Moq as a mocking framework for xUnit.