alastairtree / LazyCache

An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
https://nuget.org/packages/LazyCache
MIT License
1.72k stars 159 forks source link

Refactor unit tests #129

Open alastairtree opened 4 years ago

alastairtree commented 4 years ago

[Use the Thumbs Up reaction to vote for this feature, and please avoid adding comments like "+1" as they create noise for others watching the issue.]

The unit tests in LazyCache have got bit messy over time. They need a tidy up so that they are grouped better and arranged into different files based on what they are testing. Please help and send a PR!