タグ

ブックマーク / fleur.hio.jp (1)

  • Test::WWW::Mechanize - テスト用 WWW::Mechanize サブクラス

    名前 Test::WWW::Mechanize - テスト用 WWW::Mechanize サブクラス バージョン Version 1.12 概要 Test::WWW::Mechanize はウェブアプリケーションをテストする 機能を取り入れた WWW::Mechanize のサブクラスです. 例: $mech->get_ok( $page ); $mech->base_is( 'http://petdance.com/', 'Proper <BASE HREF>' ); $mech->title_is( "Invoice Status", "Make sure we're on the invoice page" ); $mech->content_contains( "Andy Lester", "My name somewhere" ); $mech->content_like( q

  • 1