The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Clutter::TestHelper - Simple wrapper module for testing Clutter

SYNOPSIS

  use Clutter::TestHelper tests => 10;

DESCRIPTION

A simple wrapper module around Test::More that makes Clutter test suite easier to write. When importing the module, Clutter is also imported and initialised. In case the initialisation process fails, likely to happen if the DISPLAY environment variable is not set, all the planned tests are just skipped.

OPTIONS

tests => $number

The number of tests to be performed

at_least_version => [ $major, $minor, $micro, $reason ]

A reference to a list that is checked with Clutter->CHECK_VERSION

skip_all

Simply skip all tests

sub_module => $module_name

Skip all tests if Clutter was not compiled against module_name.

AUTHORS

Emmanuele Bassi <ebassi (AT) openedhand (DOT) com>

This module heavily borrows from the equivalent Gtk2::TestHelper module written by the Gtk2-Perl team.

COPYRIGHT

Copyright (C) 2007 OpenedHand, Ltd.

Released under the terms of Clutter itself.

NAME

Clutter::TestHelper - Simple wrapper module for testing Clutter

SYNOPSIS

  use Clutter::TestHelper tests => 10;

DESCRIPTION

A simple wrapper module around Test::More that makes Clutter test suite easier to write. When importing the module, Clutter is also imported and initialised. In case the initialisation process fails, likely to happen if the DISPLAY environment variable is not set, all the planned tests are just skipped.

OPTIONS

tests

The number of tests to be performed

at_least_version

A reference to a list that is checked with Clutter->CHECK_VERSION

skip_all

Simply skip all tests

AUTHORS

Emmanuele Bassi <ebassi (AT) openedhand (DOT) com>

This module heavily borrows from the equivalent Gtk2::TestHelper module written by the Gtk2-Perl team.

COPYRIGHT

Copyright (C) 2007 OpenedHand, Ltd.

Released under the terms of Clutter itself.