🖋️
StackExchange Redis Extensions
  • Home
  • Setup
  • Dependency Injection
  • Configuration
    • C# Configuration
    • Json Configuration
    • XML Configuration
  • Serializers
    • Newtonsoft Json.Net
    • MsgPack
    • System.Text.Json
  • Packages
  • Usage
    • Add, retrieve and remove complex object
    • Replace an object
    • Work with multiple items
    • Custom serializer
  • ASP.NET Core
    • Expose redis information
  • Helpful link
  • License
  • Work with the code
    • Unit tests
  • Usages
Powered by GitBook
On this page

Was this helpful?

  1. Work with the code

Unit tests

PreviousLicense

Last updated 5 years ago

Was this helpful?

The reliability of an application is extremely important for this reason, thanks to the open source community, we have more than 580 unit tests around this library.

If you find a bug, will be nice to have a unit test the replicate the problem, so we can fix it and prevent regression in the future.