renaming test
[gitmo/Class-MOP.git] / t / 010_self_introspection.t
index 1d68927..87416dd 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 113;
+use Test::More tests => 117;
 use Test::Exception;
 
 BEGIN {
@@ -21,6 +21,7 @@ my @methods = qw(
     
     new_object clone_object
     construct_instance construct_class_instance clone_instance
+    check_metaclass_compatability
     
     name version
     
@@ -28,7 +29,7 @@ my @methods = qw(
     
     superclasses class_precedence_list
     
-    has_method get_method add_method remove_method 
+    has_method get_method add_method remove_method alias_method
     get_method_list compute_all_applicable_methods find_all_methods_by_name
     
     has_attribute get_attribute add_attribute remove_attribute