Hi, Some assert_* of miniunit provide less information than test/unit. - assert_kind_of and assert_instance_of do not tell a class of an actual object. - assert_respond_to does not tell a class of an actual object. - assert_same does not tell object_id. - assert_send does not tell arguments. Are these intended? -- Yusuke ENDOH <mame / tsg.ne.jp>