RubyGems Navigation menu

soft-assert 1.0.2

The Soft Assert gem enhances testing capabilities with flexible assertion methods.Unlike traditional assertions, Soft Assert does not interrupt test execution on failure. Instead, it logs errors and continues testing, allowing you to identify and review all failures simultaneously. This gem integrates smoothly with leading testing frameworks, including Minitest and Test::Unit, making comprehensive testing more efficient. To utilize Soft Assert effectively, simply use its assertion methods during testing. Then, conclude with SoftAssert.assert_all to review and fail the test if any failures were captured.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 1.0.2 October 07, 2024 (5.5KB)
  2. 1.0.1 October 07, 2024 (5.5KB)
  3. 1.0.0 October 03, 2024 (5.5KB)

Runtime依存関係 (2):

minitest ~> 5.20, > 5.20.0
test-unit ~> 3.6, > 3.6.0

所有者:

プッシュ者:

作者:

  • Ashitha Rao, Sumit Ghosh

SHA 256チェックサム:

=

累計ダウンロード数 7,762

このバージョンのみ 7,370

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 2.7.0

リンク: