Group
Extension

Matches 19

Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Test2/modules/Tools/Tiny.t ( view source; MetaCPAN )
ext intercept test2_stack/;

ok(__PACKAGE__->can($_), "imported '$_\()'") for qw{
    ok
    is   isnt
    like unlike
    diag note

    is_deeply

    warnings
    exception

    plan
    skip_all
 
is' test");
is(undef, undef, "'is' undef test");
isnt("foo", "bar", "'isnt' test");
isnt("foo", undef, "'isnt' undef test 1");
isnt(undef, "foo", "'isnt' undef test 2");
like("foo", qr/o/, "'like' tes
intercept {
    plan 8;

    ok(0, "'ok' Test");
    is("foo", "bar", "'is' test");
    isnt("foo", "foo", "'isnt' test");
    like("foo", qr/a/, "'like' test");
    unlike("foo", qr/o/, "'unlike' tes
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Legacy/fail-more.t ( view source; MetaCPAN )
got: ''
#     expected: '0'
ERR

#line 121
isnt("foo", "foo", 'foo isnt foo?' );
out_ok( <<OUT, <<ERR );
not ok - foo isnt foo?
OUT
#   Failed test 'foo isnt foo?'
#   at $0 line 121.
#          got: 
::isnt() as a replacement at t/Legacy/fail-more.t line 132
WARN

#line 143
isnt(undef, undef, 'undef isnt undef?');
out_ok( <<OUT, <<ERR );
not ok - undef isnt undef?
OUT
#   Failed test 'undef isnt u
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Legacy/undef.t ( view source; MetaCPAN )
ef');
no_warnings;

isnt( undef, 'foo',         'undef isnt foo');
no_warnings;

isnt( undef, '',            'undef isnt an empty string' );
isnt( undef, 0,             'undef isnt zero' );

Test::Mor
e->builder->is_num(undef, undef, 'is_num()');
Test::More->builder->isnt_num(23, undef,  'isnt_num()');

#line 45
like( undef, qr/.*/,        'undef is like anything' );
no_warnings;

eq_array( [undef,
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Legacy/More.t ( view source; MetaCPAN )
            'two is two is two is two' );
is(   "foo", "foo",       'foo is foo' );
isnt( "foo", "bar",     'foo isnt bar');
{
    use warnings;
    my $warning;
    local $SIG{__WARN__}= sub { $warni
.0.  You should change code that uses\n"
               . "Test::More::isn't() to use Test::More::isnt() as a replacement"
               . " at t/Legacy/More.t line 31\n",
            "Got expected w
qw(require_ok use_ok ok is isnt like skip can_ok
                        pass fail eq_array eq_hash eq_set));
can_ok(bless({}, "Test::More"), qw(require_ok use_ok ok is isnt like skip 
               
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Legacy/todo.t ( view source; MetaCPAN )
ok' );

    like( 'this', qr/that/, 'like' );
    is(   'this', 'that',   'is' );
    isnt( 'this', 'this',   'isnt' );

    can_ok('Fooble', 'yarble');
    isa_ok('Fooble', 'yarble');
    use_ok('Foo
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/xt/author/pod-spell.t ( view source; MetaCPAN )
tikin
Schwern
Skoll
Slaymaker
ZeeGee

## proper names
Fennec
ICal
xUnit

## test jargon
Diag
diag
isnt
subtest
subtests
testsuite
testsuites
TODO
todo
todos
untestable
EventFacet
renderers

## compute
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Test2/modules/EventFacet/Assert.t ( view source; MetaCPAN )
alue");
is($one->no_debug, 1, "Got 'no_debug' value");

is_deeply($one->clone, $one, "Cloning.");
isnt($one->clone, $one, "Clone is a new ref");

ok(!$CLASS->is_list, "is not a list");
is($CLASS->face
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Test2/regression/746-forking-subtest.t ( view source; MetaCPAN )
:API::run_subtest("this subtest forks" => sub {
        if (fork) {
            wait;
            isnt($?, 0, "subprocess died");
        } else {
            # Prevent the exception from being render
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Test2/modules/EventFacet.t ( view source; MetaCPAN )
 => 'foo');

is($one->details, "foo", "Got details");

is_deeply($one->clone, $one, "Cloning.");

isnt($one->clone, $one, "Clone is a new ref");

my $two = $one->clone(details => 'bar');
is($one->deta
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Legacy/Builder/create.t ( view source; MetaCPAN )
;

{
    my $new_tb = Test::Builder::NoOutput->create;

    isa_ok $new_tb,  'Test::Builder';
    isnt $more_tb, $new_tb, 'Test::Builder->create makes a new object';

    $new_tb->plan(tests => 1);
  
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Test2/modules/EventFacet/Amnesty.t ( view source; MetaCPAN )
ag");
is($one->inherited, 0, "Got 'inherited' value");

is_deeply($one->clone, $one, "Cloning.");
isnt($one->clone, $one, "Clone is a new ref");

ok($CLASS->is_list, "is a list");
is($CLASS->facet_key
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Test2/modules/EventFacet/Control.t ( view source; MetaCPAN )
lue");
is($one->encoding, 'utf8', "Got 'utf8' value");

is_deeply($one->clone, $one, "Cloning.");
isnt($one->clone, $one, "Clone is a new ref");

ok(!$CLASS->is_list, "is not a list");
is($CLASS->face
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Test2/modules/EventFacet/Meta.t ( view source; MetaCPAN )
 "Got 'x'");
is($one->blah, undef, "Vivified 'blah'");

is_deeply($one->clone, $one, "Cloning.");
isnt($one->clone, $one, "Clone is a new ref");

ok(!$CLASS->is_list, "is not a list");
is($CLASS->face
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Test2/modules/EventFacet/Parent.t ( view source; MetaCPAN )
is_deeply($one->children, [], "Got 'children' value");

is_deeply($one->clone, $one, "Cloning.");
isnt($one->clone, $one, "Clone is a new ref");

ok(!$CLASS->is_list, "is not a list");
is($CLASS->face
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Test2/modules/EventFacet/About.t ( view source; MetaCPAN )
ge");
is($one->no_display, 0, "Got no_display value");

is_deeply($one->clone, $one, "Cloning.");
isnt($one->clone, $one, "Clone is a new ref");

ok(!$CLASS->is_list, "Not a list");
is($CLASS->facet_k
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Test2/modules/EventFacet/Plan.t ( view source; MetaCPAN )
'skip' value");
is($one->none, 0, "Got 'none' value");

is_deeply($one->clone, $one, "Cloning.");
isnt($one->clone, $one, "Clone is a new ref");

ok(!$CLASS->is_list, "is not a list");
is($CLASS->face
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Test2/modules/EventFacet/Error.t ( view source; MetaCPAN )
 'tag' value");
is($one->fail, 1, "Got 'fail' value");

is_deeply($one->clone, $one, "Cloning.");
isnt($one->clone, $one, "Clone is a new ref");

ok($CLASS->is_list, "is a list");
is($CLASS->facet_key
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Test2/modules/EventFacet/Info.t ( view source; MetaCPAN )
, "Got tag");
is($one->debug, 0, "Got 'debug' value");

is_deeply($one->clone, $one, "Cloning.");
isnt($one->clone, $one, "Clone is a new ref");

ok($CLASS->is_list, "is a list");
is($CLASS->facet_key
Test-Simple ( E/EX/EXODIST/Test-Simple-1.302198.tar.gz, EXODIST, 2023; MetaCPAN )
Test-Simple/t/Legacy/exit.t ( view source; MetaCPAN )

    my $actual_exit = exitstatus($wait_stat);

    if( $exit_code eq 'not zero' ) {
        $TB->isnt_num( $actual_exit, $Exit_Map{0},
                      "$test_name exited with $actual_exit ".
  

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.