GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Test::Future::IO::Impl(3) User Contributed Perl Documentation Test::Future::IO::Impl(3)

"Test::Future::IO::Impl" - acceptance tests for "Future::IO" implementations

   use Test::More;
   use Test::Future::IO::Impl;

   use Future::IO;
   use Future::IO::Impl::MyNewImpl;

   run_tests 'sleep';

   done_testing;

This module contains a collection of acceptance tests for implementations of Future::IO.

   run_tests @suitenames

Runs a collection of tests against "Future::IO". It is expected that the caller has already loaded the specific implementation module to be tested against before this function is called.

The following test suite names may be passed to the "run_tests" function:

Tests the "Future::IO->accept" method.

Tests the "Future::IO->connect" method.

Tests the "Future::IO->sleep" method.

Tests the "Future::IO->sysread" method.

Tests the "Future::IO->syswrite" method.

Tests the "Future::IO->waitpid" method.

Paul Evans <leonerd@leonerd.org.uk>
2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.