EaseLibrary / Ease

EaseLib is a library to ease unit testing through IoC containers and Mocking
MIT License
12 stars 1 forks source link

Add documentation to readme.md #1

Closed AutumnEvans418 closed 4 years ago

AutumnEvans418 commented 5 years ago

Addition to Installation

Installation could show how you use them in your unit tests. Ex. use UnityContainerTestBase as the base of your test class

Examples

Examples could be added to the readme so that it's easier to get started. I created a sample that shows how to use Ease that might be useful to add to the readme sample here

chowarth commented 4 years ago

I agree that it's a shame that there isn't a sample project included within the library solution itself, however, there is a separate repo at found here that covers example usage 😃

duanenewman commented 4 years ago

As @chowarth pointed out, I do have a sample, but failed to link. I'll look at updating the readme with references to the samples as well as adding sample code here.