view _test/DOM.t @ 11:75980091813b

DOM и навигация
author Sergey
date Wed, 02 Sep 2009 17:47:44 +0400
parents
children 65a7bb156fb7
line wrap: on
line source

#!/usr/bin/perl -w
use strict;
use lib '../Lib';
use lib '.';

use IMPL::Test::Plan;
use IMPL::Test::TAPListener;

my $plan = new IMPL::Test::Plan qw(
    Test::DOM::Navigator
);

$plan->AddListener(new IMPL::Test::TAPListener);
$plan->Prepare();
$plan->Run();