Version v1.0.0
Version v1.0.0 of the test framework is now available. This framework structures unit tests following the AAA (Arrange, Act, Assert) pattern, focusing on clarity and readability.
Key features include:
- Fluent API: Guides developers through each phase (Arrange, Act, Assert) with contextually relevant methods.
- Separation of Concerns: Ensures clean, maintainable test logic by isolating each test phase.
- Improved Readability: Enables writing tests in a natural and expressive manner.