[Bug 165985] New: Review Request: Aeryn - A C++ testing framework

bugzilla at redhat.com bugzilla at redhat.com
Mon Aug 15 14:40:03 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.




https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=165985

           Summary: Review Request: Aeryn - A C++ testing framework
           Product: Fedora Extras
           Version: devel
          Platform: All
               URL: http://www.paulgrenyer.dyndns.org/aeryn/
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: normal
         Component: Package Review
        AssignedTo: gdk at redhat.com
        ReportedBy: paul at all-the-johnsons.co.uk
         QAContact: dkl at redhat.com
                CC: fedora-extras-list at redhat.com


Description: Aeryn is a C++ testing framework. Although it is primarily intended for unit testing, Aeryn is adaptable enough to handle integration testing and can be adapted for most other forms of C++ testing.

Aeryn is intended to be light weight with the minimal of code needed to create a test fixture. Unlike other testing frameworks Aeryn does not require all test fixtures to be inherited from a particular class. Test fixtures can be standalone functions or standalone classes.

Aeryn is adaptable via context objects that can be passed to test fixtures prior to running and through its call back reporting interface.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list