/[Frey]/branches/mojo/t/02-frey-introspect.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/mojo/t/02-frey-introspect.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 235 by dpavlin, Sat Nov 1 13:06:31 2008 UTC revision 236 by dpavlin, Sat Nov 1 16:41:45 2008 UTC
# Line 25  ok( $f->classes, 'classes again' ); Line 25  ok( $f->classes, 'classes again' );
25    
26  my $more = 5;  my $more = 5;
27    
28  foreach my $package ( $f->classes ) {  foreach my $class ( $f->classes ) {
29    
30          ok( my $o = Frey::Introspect->new( debug => $debug, package => $package ), 'new' );          ok( my $o = Frey::Introspect->new( debug => $debug, class => $class ), 'new' );
31          isa_ok( $o, 'Frey::Introspect' );          isa_ok( $o, 'Frey::Introspect' );
32          diag dump( $o ) if $debug;          diag dump( $o ) if $debug;
33    

Legend:
Removed from v.235  
changed lines
  Added in v.236

  ViewVC Help
Powered by ViewVC 1.1.26