assert_eq

等値アサーション

assert_eq actual, expected, "msg"

(プラグイン / モジュール : iron_test.hsp)

解説

actual と expected が等しいことを確認します。

関連項目

assert_ne非等値アサーション(iron_test.hsp)

サンプル逆引き (1)

sample_test.hsp

情報

プラグイン / モジュールiron_test.hsp
バージョン3.8
作成日2026/04/17
著作者IronHSP
URLhttps://github.com/inovia/IronHSP
備考Pure HSP
タイプ拡張命令
グループテスト
対応環境
  • その他 : Win32 / Win64
hs ファイルhsphelp\iron_test.hs