NAME
01-pmc2cutils.t - test Parrot::Pmc2c::Pmc2cMain basic functionality
SYNOPSIS
% prove t/tools/pmc2cutils/01-pmc2cutils.t
DESCRIPTION
The files in this directory test the publicly callable methods of lib/Parrot/Pmc2c/Pmc2cMain.pm. By doing so, they test the functionality of the pmc2c.pl utility. That functionality has largely been extracted into the methods of Pmc2cMain.pm.
01-pmc2cutils.t consists solely of:
calls to
Test::More::isa_ok()
andcan_ok()
on the constructor and publicly available methods of Parrot::Pmc2c::Pmc2cMain; andtests of how the constructor handles bad arguments.
AUTHOR
James E Keenan
SEE ALSO
Parrot::Pmc2c, pmc2c.pl.