Home
last modified time | relevance | path

Searched refs:test2_ipc_drivers (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/
DIPC.t5 use Test2::API qw/context test2_ipc_drivers test2_ipc intercept/;
12 [test2_ipc_drivers()],
DAPI.t45 test2_ipc_drivers
104 is_deeply([$CLASS->can('test2_ipc_drivers')->()], [qw/Test2::IPC::Driver::Files/], "Got driver list…
123 is_deeply([$CLASS->can('test2_ipc_drivers')->()], [qw/fake Test2::IPC::Driver::Files/], "Got update…
DHub.t6 use Test2::API qw/context test2_ipc_drivers/;
95 my ($driver) = test2_ipc_drivers();
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC/
DDriver.t7 use Test2::API qw/context test2_ipc_drivers/;
14 [test2_ipc_drivers()],
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
DIPC.pm54 my ($driver) = Test2::API::test2_ipc_drivers();
DAPI.pm287 sub test2_ipc_drivers { @{$INST->ipc_drivers} } subroutine