![]() |
Yoba Perl
|
Test::Simple interface. More...
Public Member Functions | |
Test (Perl &perl, int planned_tests=0) | |
Constructor. | |
~Test () | |
Destructor. | |
Testing | |
bool | ok (bool cond, std::string test_name="") |
template<class A , class B > | |
bool | is (const A &a, const B &b, std::string test_name="") |
template<class A , class B > | |
bool | isnt (const A &a, const B &b, std::string test_name="") |
Test & | pass (std::string test_name="") |
Test & | fail (std::string test_name="") |
IV | doneTesting () |