TestTool

NAME

Test::Async::TestTool - role consumed by test tool methods

DESCRIPTION

This role is applied by test-tool trait to a test tool method.

ATTRIBUTES

$.tool-name

Contains the name which must be used for exporting a test tool routine. Makes sense if method must be named differently from what is provided for the user.

Bool:D $.readify

This flag is indicating if test tool must cause it's suite object to transition from TSInitializing stage.

Bool:D $.skippable

This flag indicates that this test tool could be skipped. A typical example of a non-skippable tool is the skip itself, or todo tool family. The importance of this nuance stems from the fact that when skip-remaining tool is in effect the wrapper of a test tool code detects this situation and emits a skip event instantly without actually invoking the tool method. Without $.skippable reset to False a line like:

skip "for a reason", 3;

would result in a single skip event which is counted as a test run. Our plan will fail because of 2 missing skip events.

Bool:D $.wrappable

Resetting this flag to False would result in test tool method would be left intact by Test::Async::Metamodel::BundleClassHOW.

METHODS

set-tool-name(Str:D $name)

Sets $.tool-name.

set-readify(Boold:D $readify)

Sets $.readify

set-skippable(Bool:D $skippable)

Sets $.skippable

set-wrappable(Bool:D $wrappable)

Sets $.wrappable

SEE ALSO

Test::Async::Manual, Test::Async::Decl

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.