Mercurial > pub > Impl
view _test/object.t @ 79:2d1c3f713280
ORM concept in development
author | wizard |
---|---|
date | Mon, 05 Apr 2010 00:20:34 +0400 |
parents | 16ada169ca75 |
children | dc1da0389db7 |
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::Object::Common Test::Object::List ); $plan->AddListener(new IMPL::Test::TAPListener); $plan->Prepare(); $plan->Run();