/[Frey]/trunk/t/95-frey-test-runner.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 /trunk/t/95-frey-test-runner.t

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

revision 505 by dpavlin, Mon Nov 24 20:51:26 2008 UTC revision 506 by dpavlin, Mon Nov 24 22:56:41 2008 UTC
# Line 2  Line 2 
2  use strict;  use strict;
3  use warnings;  use warnings;
4    
5  use Test::More tests => 1;  use Test::More tests => 3;
6  use lib 'lib';  use lib 'lib';
7    
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
# Line 13  BEGIN { Line 13  BEGIN {
13          use_ok('Frey::Test::Runner');          use_ok('Frey::Test::Runner');
14  }  }
15    
16  if ( $debug ) {  eval { Frey::Test::Runner->new( tests => 'use test' ); };
17          warn Frey::Test::Runner->new->as_markup;  ok( $@, 'wrong tests invocation' );
18  }  
19    ok( my $o = Frey::Test::Runner->new( test => 'non-existing' ), 'correct test invocation for single scalar' );
20    
21    diag dump $o->as_markup if $debug;

Legend:
Removed from v.505  
changed lines
  Added in v.506

  ViewVC Help
Powered by ViewVC 1.1.26