Searched refs:test2_ipc_drivers (Results 1 – 6 of 6) sorted by relevance
5 use Test2::API qw/context test2_ipc_drivers test2_ipc intercept/;12 [test2_ipc_drivers()],
45 test2_ipc_drivers104 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…
6 use Test2::API qw/context test2_ipc_drivers/;95 my ($driver) = test2_ipc_drivers();
7 use Test2::API qw/context test2_ipc_drivers/;14 [test2_ipc_drivers()],
54 my ($driver) = Test2::API::test2_ipc_drivers();
287 sub test2_ipc_drivers { @{$INST->ipc_drivers} } subroutine