Yoba Perl
Test

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="")
 
Testpass (std::string test_name="")
 
Testfail (std::string test_name="")
 
IV doneTesting ()
 

Detailed Description

Test::Simple interface.

Definition at line 15 of file test.hpp.


The documentation for this class was generated from the following files: