![]() |
![]()
| ![]() |
![]()
NAME"Test::Future::IO::Impl" - acceptance tests for "Future::IO" implementations SYNOPSISuse Test::More; use Test::Future::IO::Impl; use Future::IO; use Future::IO::Impl::MyNewImpl; run_tests 'sleep'; done_testing; DESCRIPTIONThis module contains a collection of acceptance tests for implementations of Future::IO. FUNCTIONSrun_testsrun_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. TEST SUITESThe following test suite names may be passed to the "run_tests" function: acceptTests the "Future::IO->accept" method. connectTests the "Future::IO->connect" method. sleepTests the "Future::IO->sleep" method. sysreadTests the "Future::IO->sysread" method. syswriteTests the "Future::IO->syswrite" method. waitpidTests the "Future::IO->waitpid" method. AUTHORPaul Evans <leonerd@leonerd.org.uk>
|