Mercurial > pub > Impl
comparison _test/object.t @ 273:ad93c9f4dd93
+Added support for destructors, (special method named DTOR)
author | sergey |
---|---|
date | Tue, 29 Jan 2013 17:19:10 +0400 |
parents | 76515373dac0 |
children |
comparison
equal
deleted
inserted
replaced
272:47db27ed5b43 | 273:ad93c9f4dd93 |
---|---|
8 | 8 |
9 my $plan = new IMPL::Test::Plan qw( | 9 my $plan = new IMPL::Test::Plan qw( |
10 Test::Class::Meta | 10 Test::Class::Meta |
11 Test::Class::Template | 11 Test::Class::Template |
12 Test::Object::Common | 12 Test::Object::Common |
13 Test::Object::Destructors | |
13 Test::Object::List | 14 Test::Object::List |
14 Test::Object::Fields | 15 Test::Object::Fields |
15 ); | 16 ); |
16 | 17 |
17 $plan->AddListener(new IMPL::Test::TAPListener); | 18 $plan->AddListener(new IMPL::Test::TAPListener); |