Skip to content

mdzzaman/Unit-Test-CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

C# Unit test

  • There are different ways of unit test in this example.

Features:- Wiki

  • Test case life cycle
  • Dependency Injection
  • Private method test
  • Parameter to method
  • Same method call multiple times with different parameters
  • Object pass to test method
  • Mock service
  • Mock method
  • Exception handel
  • Order of test
  • Method mane pattern
  • Ignore

Help links