Allow metaclasses to be reinitialized from an existing metaclass, instead of only...
[gitmo/Class-MOP.git] / t / 014_attribute_introspection.t
index 7ba20c0..34b09cc 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 62;
+use Test::More tests => 69;
 use Test::Exception;
 
 use Class::MOP;
@@ -34,6 +34,9 @@ use Class::MOP;
         has_init_arg      init_arg
         has_default       default           is_default_a_coderef
         has_initializer   initializer
+        has_insertion_order insertion_order _set_insertion_order
+
+        definition_context
 
         slots
         get_value
@@ -52,6 +55,7 @@ use Class::MOP;
         associate_method
 
         process_accessors
+        _process_accessors
         install_accessors
         remove_accessors
 
@@ -77,9 +81,11 @@ use Class::MOP;
         'builder',
         'init_arg',
         'initializer',
+        'definition_context',
         'default',
         'associated_class',
         'associated_methods',
+        'insertion_order',
     );
 
     is_deeply(