Skip to content

Mocking practices using Moq in Microsoft unit test framework

Notifications You must be signed in to change notification settings

jayesh-tanna/unittest-mocking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

unittest-mocking

This solution contains below components.

Contracts: All entities, enums will be part of this component.

Repositories: This component contains all Repositories including IRepository interface. All repositories implementing IRepository interface. This component is responsible to connect with Data component.

Services: This component is responsible to contain all business logic.

Services.Interfaces: This component contains interfaces related to services. So service can implement respective interface. This can be used for DI.

Services.UnitTests: This components having all unit tests. This component contains unit tests related to our services.

About

Mocking practices using Moq in Microsoft unit test framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages