X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010_self_introspection.t;h=1bd53cfefe40f937d87718ea21a744d29e0fdf20;hb=587aca2327241221ca99551fbb2c4b0035888ef7;hp=9f5d9f230d6e6fd034614dbd0db37530bbc7d848;hpb=1daaa2b23c2b04d9c7ebe2d29a12efa671a295d6;p=gitmo%2FClass-MOP.git diff --git a/t/010_self_introspection.t b/t/010_self_introspection.t index 9f5d9f2..1bd53cf 100644 --- a/t/010_self_introspection.t +++ b/t/010_self_introspection.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 126; +use Test::More tests => 134; use Test::Exception; BEGIN { @@ -22,7 +22,9 @@ isa_ok($meta, 'Class::MOP::Class'); my @methods = qw( meta - initialize create + get_all_metaclasses get_all_metaclass_names get_all_metaclass_instances + + initialize create create_anon_class new_object clone_object construct_instance construct_class_instance clone_instance