| Clutter documentation | view source | Contained in the Clutter distribution. |
Clutter::TestHelper - Simple wrapper module for testing Clutter
use Clutter::TestHelper tests => 10;
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.
The number of tests to be performed
A reference to a list that is checked with Clutter->CHECK_VERSION
Simply skip all tests
Emmanuele Bassi <ebassi (AT) openedhand (DOT) com>
This module heavily borrows from the equivalent Gtk2::TestHelper module written by the Gtk2-Perl team.
Copyright (C) 2007 OpenedHand, Ltd.
Released under the terms of Clutter itself.
Clutter::TestHelper - Simple wrapper module for testing Clutter
use Clutter::TestHelper tests => 10;
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.
The number of tests to be performed
A reference to a list that is checked with Clutter->CHECK_VERSION
Simply skip all tests
Emmanuele Bassi <ebassi (AT) openedhand (DOT) com>
This module heavily borrows from the equivalent Gtk2::TestHelper module written by the Gtk2-Perl team.
Copyright (C) 2007 OpenedHand, Ltd.
Released under the terms of Clutter itself.
| Clutter documentation | view source | Contained in the Clutter distribution. |