release 0.20
[gitmo/Class-MOP.git] / t / 010_self_introspection.t
index 226907b..9f5d9f2 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 124;
+use Test::More tests => 126;
 use Test::Exception;
 
 BEGIN {
@@ -35,7 +35,8 @@ my @methods = qw(
     superclasses class_precedence_list
     
     has_method get_method add_method remove_method alias_method
-    get_method_list compute_all_applicable_methods find_all_methods_by_name
+    get_method_list compute_all_applicable_methods 
+       find_all_methods_by_name find_next_method_by_name
     
        add_before_method_modifier add_after_method_modifier add_around_method_modifier