[FEATURE] Add tests #20
Labels
📝 documentation
Tasks related to writing or updating documentation
enhancement
New feature or request
gitauto
GitAuto label to trigger the app in a issue.
good first issue
Good for newcomers
hacktoberfest
Participation in the Hacktoberfest event
help wanted
Extra attention is needed
tests
Tests (Unit, Integration, Load, Stress, User Acceptance)
Description
We need to implement unit tests for the library to ensure code quality and functionality. The unit tests should cover various aspects of the library's functionality and should be written using the following testing frameworks and libraries:
XUnit: A popular testing framework for .NET applications.
NSubstitute: A friendly substitute for .NET mocking.
Bogus: A simple and sane library for generating fake data.
FluentAssertions: A library that provides a more readable way to assert conditions in tests.
Acceptance Criteria
Additional Context
Please ensure that the unit tests follow best practices for writing clean, maintainable code. Consider edge cases and error handling in your tests.
The text was updated successfully, but these errors were encountered: