Google C++ Testing Framework 1.2.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Google C++ Testing Framework 1.2.0 (Default branch)
# 1  
Old 12-02-2008
Google C++ Testing Framework 1.2.0 (Default branch)

Google C++ Testing Framework is Google's frameworkfor writing C++ tests on a variety of platforms.It is based on the xUnit architecture, and itsupports automatic test discovery, a rich set ofassertions, user-defined assertions, death tests,fatal and non-fatal failures, various options forrunning the tests, and XML test report generation.License: BSD License (revised)Changes:
Value-parameterized tests and failure catching assertions have been implemented. The XML report format has been changed to match that of JUnit/Ant's. Test atrgets have been added to the XCode project. A SConscript build file has been added to build Google Test with SCons. An src/gtest-all.cc file has been added for building Google Test from a single file. Compatibility issues on Solaris and z/OS have been fixed. Tests on systems with Python 2.3 (such as Mac OS X 10.3) have been enabled. Multiple bugs have been fixed.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Net::Google::Code::Issue(3pm)				User Contributed Perl Documentation			     Net::Google::Code::Issue(3pm)

NAME
Net::Google::Code::Issue - Google Code Issue SYNOPSIS
use Net::Google::Code::Issue; my $issue = Net::Google::Code::Issue->new( project => 'net-google-code' ); $issue->load(42); DESCRIPTION
ATTRIBUTES
project project name email, password user's email and password id status owner reporter reported merged stars closed cc summary description labels comments attachments INTERFACE
load parse updated the last comment's date. create comment, summary, status, owner, cc, labels, files. update comment, summary, status, owner, merge_into, cc, labels, blocked_on, files. list( q => '', can => '', author => '', id => '', label => '', max_results => '', owner => '', published_min => '', published_max => '', updated_min => '', updated_max => '', start_index => '' ) google's api way to get/search issues return a list of loaded issues in list context, a ref to the list otherwise. load_comments google's api way to get and load comments( no scraping is done here ) parse_hybrid when $USE_HYBRID is true, we will try to load issue with the google's official api, but as the api is not complete, we still need to do scraping to load something( e.g. attachments ), this method is used to do this. AUTHOR
sunnavy "<sunnavy@bestpractical.com>" LICENCE AND COPYRIGHT
Copyright 2008-2010 Best Practical Solutions. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2010-04-28 Net::Google::Code::Issue(3pm)