Async

NAME

Test::Async - base module of the framework

SYNOPSIS

use Test::Async;
plan 1;
pass "Hello World!";
done-testing;

DESCRIPTION

The module setups testing evironment for a test suite. It is intended to be used in a script implementing the suite but is not recommended for a module. See Test::Async::CookBook for more details.

Exports

The module re-exports all symbols found in a test bundle EXPORT::DEFAULT package.

Also exports:

test-suite

Return the test suite which is actual for the current context. The suite is looked up either in $*TEST-SUITE or via Test::Async::Hub top-suite method.

Test Tools

The module exports all test tools it finds in the top suite object. See Test::Async::Manual for more details.

SEE ALSO

Test::Async::Manual, Test::Async::CookBook, Test::Async::Base

AUTHOR

Vadim Belman [email protected]

Test::Async v0.0.16

Thread-safe testing framework

Authors

  • Vadim Belman

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Test::Async
  • Test::Async::Aggregator
  • Test::Async::Base
  • Test::Async::Decl
  • Test::Async::Event
  • Test::Async::Hub
  • Test::Async::Job
  • Test::Async::JobMgr
  • Test::Async::Metamodel::BundleClassHOW
  • Test::Async::Metamodel::BundleHOW
  • Test::Async::Metamodel::HubHOW
  • Test::Async::Metamodel::ReporterHOW
  • Test::Async::Reporter
  • Test::Async::Reporter::TAP
  • Test::Async::Result
  • Test::Async::TestTool
  • Test::Async::Utils
  • Test::Async::When
  • Test::Async::X

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.