等値アサーション
assert_eq actual, expected, "msg"
(プラグイン / モジュール : iron_test.hsp)
actual と expected が等しいことを確認します。
| assert_ne | 非等値アサーション | (iron_test.hsp) |
| プラグイン / モジュール | iron_test.hsp |
| バージョン | 3.8 |
| 作成日 | 2026/04/17 |
| 著作者 | IronHSP |
| URL | https://github.com/inovia/IronHSP |
| 備考 | Pure HSP |
| タイプ | 拡張命令 |
| グループ | テスト |
| 対応環境 |
|
| hs ファイル | hsphelp\iron_test.hs |