Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?
package Sample; ######## Test target object use strict; use warnings; sub new { my ($class) = @_; return bless {}, $class; } sub foo { return "bar"; } package main; ######## Test code use strict; use warnings; use Test::More; use Test::MockObject::Extends; my $sample = Sample->new; my @foo_log = (); Test::MockObject::Extends->new($sample); my $original = $sample->can("foo"); $sample->mock(foo => s
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く