Skip to content

Version v1.0.0

Compare
Choose a tag to compare
@co-mmer co-mmer released this 19 Oct 20:44
· 6 commits to main since this release
488ebdf

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.