Mercurial > pub > Impl
view _test/object.t @ 106:83e356614c1e
DOM Builder now is a navigator like SimpleBuilder
PostToDOM transformation
| author | wizard | 
|---|---|
| date | Wed, 12 May 2010 17:52:12 +0400 | 
| parents | dc1da0389db7 | 
| children | eb3e9861a761 | 
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::Class::Meta Test::Object::Common Test::Object::List ); $plan->AddListener(new IMPL::Test::TAPListener); $plan->Prepare(); $plan->Run();
