Open guibranco opened 1 month ago
I want to work on this issue
Hi @Atheke,
Thanks for picking this up! 🙌 The issue has been assigned to you. If you have any questions or need clarification along the way, feel free to ask.
Good luck and happy coding! 😊
Description
We need to implement integration tests for the library to ensure that various components work together as expected. The integration tests should utilize the following testing frameworks and libraries:
XUnit: A popular testing framework for .NET applications.
WireMock: A flexible library for creating fake HTTP requests and responses.
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 integration tests follow best practices for writing clean and maintainable code. Consider various scenarios, including successful and erroneous interactions between components.