Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 39 and Version 40 of Projects/GSoC/TestingReview


Ignore:
Timestamp:
07/09/12 22:29:54 (12 years ago)
Author:
Xiaochen Pan
Comment:

/* Google Test and Google Mock */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/TestingReview

    v39 v40  
    178178
    179179Google Tests is unit testing framework conforming to xUnit architecture. Google Mock is a library that can be used to provide mocking functionality to other C++ testing frameworks as well. They can be used in combination for host based testing with powerful functionalities they provide.
     180
     181[http://code.google.com/p/googletest/ Google Test]
     182[http://code.google.com/p/googlemock/ Google Mock]
    180183
    181184{| class="wikitable"