Lines Matching full:more
11 use Test::More tests => 57;
21 require_ok('Test::More');
34 . "Test::More::isn't() to use Test::More::isnt() as a replacement"
35 . " at t/Legacy/More.t line 31\n",
58 can_ok('Test::More', qw(require_ok use_ok ok is isnt like skip can_ok
60 can_ok(bless({}, "Test::More"), qw(require_ok use_ok ok is isnt like skip
94 is @Test::More::Data_Stack, 0, '@Data_Stack not holding onto things';
98 is @Test::More::Data_Stack, 0;
102 is @Test::More::Data_Stack, 0;
132 is @Test::More::Data_Stack, 0;
136 is @Test::More::Data_Stack, 0;
161 is @Test::More::Data_Stack, 0;
163 is( Test::Builder->new, Test::More->builder, 'builder()' );