Searched refs:Test (Results 1 - 25 of 1872) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Test-Tester/t/
H A DMyTest.pm6 use Test::Builder;
8 my $Test = Test::Builder->new;
12 $Test->ok(@_);
H A DSmallTest.pm12 use Test::Builder;
14 my $Test = Test::Builder->new;
18 $Test->ok(@_);
23 $Test->is_eq(@_);
28 $Test->is_num(@_);
33 return $Test;
/macosx-10.9.5/CPANInternal-140/Test-Deep/t/
H A Dstd.pm1 use Test::Tester;
3 use Test::More qw(no_plan);
5 use Test::NoWarnings;
7 use Test::Deep;
9 Test::Deep::builder(Test::Tester::capture());
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Builder/
H A DBuilder.t10 use Test::Builder;
11 my $Test = Test::Builder->new;
13 $Test->plan( tests => 7 );
15 my $default_lvl = $Test->level;
16 $Test->level(0);
18 $Test->ok( 1, 'compiled and new()' );
19 $Test->ok( $default_lvl == 1, 'level()' );
21 $Test->is_eq('foo', 'foo', 'is_eq');
22 $Test
[all...]
H A Dno_diag.t3 use Test::More 'no_diag', tests => 2;
8 is(Test::More->builder->no_diag, 1);
/macosx-10.9.5/CPANInternal-140/Test-NoWarnings/t/
H A D03_no_tests.t4 use Test::More tests => 1;
5 use Test::NoWarnings;
H A D04_no_end.t4 use Test::More tests => 2;
5 use Test::NoWarnings;
/macosx-10.9.5/CPANInternal-140/Test-NoWarnings-1.04/t/
H A D04_no_tests.t4 use Test::More tests => 1;
5 use Test::NoWarnings;
H A D05_no_end.t4 use Test::More tests => 2;
5 use Test::NoWarnings;
/macosx-10.9.5/ruby-104/ruby/bin/
H A Dtestrb3 exit Test::Unit::AutoRunner.run(true)
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/subtest/
H A Ddie.t8 use Test::Builder;
9 use Test::Builder::NoOutput;
11 my $Test = Test::Builder->new;
14 my $tb = Test::Builder::NoOutput->create;
18 $Test->ok( !eval {
24 $Test->like( $@, qr/^Death in the subtest at $0 line /);
26 $Test->ok( !$tb->parent, "the parent object is restored after a die" );
30 $Test->done_testing();
/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/
H A D99-kwalitee.t6 use Test::More;
8 eval { require Test::Kwalitee; };
9 plan(skip_all => 'Test::Kwalitee not installed') if $@;
12 eval { Test::Kwalitee->import(); };
15 require Test::Builder;
16 my $Test = Test::Builder->new;
17 my $plan = $Test->has_plan;
18 $Test->skip_all($err) if not defined $plan or $plan eq 'no_plan';
19 skip $err => $plan - $Test
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/cdbi/testlib/
H A DCDBase.pm5 use base qw(DBIC::Test::SQLite);
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/lib/
H A DPVTests.pm6 use Test::More;
/macosx-10.9.5/CPANInternal-140/Test-Deep/lib/Test/Deep/
H A DRegexpVersion.pm4 package Test::Deep::RegexpVersion;
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Tester/
H A Dtbt_03die.t3 use Test::Builder::Tester tests => 1;
4 use Test::More;
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A Dthreads.t21 use Test::Builder;
23 my $Test = Test::Builder->new;
24 $Test->exported_to('main');
25 $Test->plan(tests => 6);
29 $Test->ok(1,"Each of these should app the test number")
33 $Test->is_num($Test->current_test(), 5,"Should be five");
H A Dversions.t8 use Test::More;
10 require Test::Builder;
11 require Test::Builder::Module;
12 require Test::Simple;
14 my $dist_version = Test::More->VERSION;
19 Test::Simple
20 Test::Builder
21 Test::Builder::Module
/macosx-10.9.5/CPANInternal-140/Class-C3-Componentised/t/
H A Dpod-coverage.t3 use Test::More;
4 eval "use Test::Pod::Coverage 1.04";
5 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
H A Dpod.t3 use Test::More;
4 eval "use Test::Pod 1.14";
5 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
/macosx-10.9.5/CPANInternal-140/Class-Std/t/
H A Dpod.t3 use Test::More;
4 eval "use Test::Pod 1.14";
5 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
/macosx-10.9.5/CPANInternal-140/Class-Std-0.011/t/
H A Dpod.t3 use Test::More;
4 eval "use Test::Pod 1.14";
5 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
/macosx-10.9.5/CPANInternal-140/Class-Std-Utils/t/
H A Dpod-coverage.t3 use Test::More;
4 eval "use Test::Pod::Coverage 1.04";
5 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
H A Dpod.t3 use Test::More;
4 eval "use Test::Pod 1.14";
5 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
/macosx-10.9.5/CPANInternal-140/Class-Std-Utils-v0.0.3/t/
H A Dpod-coverage.t3 use Test::More;
4 eval "use Test::Pod::Coverage 1.04";
5 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;

Completed in 95 milliseconds

1234567891011>>