comparison _test/object.t @ 90:dc1da0389db7

Small improvements in the abstract object class Added support for a class data, documentation Additional tests for the new functionality
author wizard
date Mon, 26 Apr 2010 03:10:03 +0400
parents 16ada169ca75
children eb3e9861a761
comparison
equal deleted inserted replaced
89:3d1f584aea60 90:dc1da0389db7
5 5
6 use IMPL::Test::Plan; 6 use IMPL::Test::Plan;
7 use IMPL::Test::TAPListener; 7 use IMPL::Test::TAPListener;
8 8
9 my $plan = new IMPL::Test::Plan qw( 9 my $plan = new IMPL::Test::Plan qw(
10 Test::Class::Meta
10 Test::Object::Common 11 Test::Object::Common
11 Test::Object::List 12 Test::Object::List
12 ); 13 );
13 14
14 $plan->AddListener(new IMPL::Test::TAPListener); 15 $plan->AddListener(new IMPL::Test::TAPListener);