Skip to content

tacoman667/MockIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

This project is mainly my way of enhancing my automated testing experience both from blogs I read and my own crazy thoughts.

Right now Testable<T> will only work for constructor based dependancy injection patterns as well as with property injection.

The BDDStyleTestingMethodExtensions class is really just trying to wrap asserts into more of a meaningful way so that while testing I can do things like:
result.ShouldNotBeNull();
or
result.Count.ShouldEqual(4);

About

Automocking class for classes implimenting DI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages