Changes between Version 6 and Version 7 of Projects/GSoC/TestingReview


Ignore:
Timestamp:
07/07/12 01:23:51 (12 years ago)
Author:
Xiaochen Pan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/TestingReview

    v6 v7  
    1818
    1919
    20 [wiki:Cmockery Cmockery] Cmockery is a lightweight and highly portable unit testing framework with minimum conflicts with standard C library headers.
     20[wiki:Projects/GSoC/TestingReview/Cmockery Cmockery] Cmockery is a lightweight and highly portable unit testing framework with minimum conflicts with standard C library headers.
    2121
    2222 * License: Apache License 2.0
     
    3232
    3333
    34 [wiki:Test-dept Test-dept] TestDept is unit testing framework providing stubing capabilities.
     34[wiki:Projects/GSoC/TestingReview/Test-dept Test-dept] TestDept is unit testing framework providing stubing capabilities.
    3535
    3636 * License: GNU GPL v3
     
    4646
    4747
    48 [wiki:AceUnit AceUnit] AceUnit is a simple unit testing framework based on CUnit and EmbUnit.
     48[wiki:Projects/GSoC/TestingReview/AceUnit AceUnit] AceUnit is a simple unit testing framework based on CUnit and EmbUnit.
    4949
    5050 * License: BSD
     
    5858
    5959
    60 [wiki:Google_Test_and_Google_Mock Google Test and Google Mock] Google 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.
     60[wiki:Projects/GSoC/TestingReview/Google_Test_and_Google_Mock Google Test and Google Mock] Google 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.
    6161
    6262 * License: New BSD license
     
    7171
    7272
    73 [wiki:Check Check] Check is simple unit testing framework for test-driven development.
     73[wiki:Projects/GSoC/TestingReview/Check Check] Check is simple unit testing framework for test-driven development.
    7474
    7575 * License: LGPL
     
    106106
    107107
    108 [wiki:CU CU] CU is a lightweight and simple unit testing framework suited for host-based testing with enriched set of assertions.
     108[wiki:Projects/GSoC/TestingReview/CU CU] CU is a lightweight and simple unit testing framework suited for host-based testing with enriched set of assertions.
    109109
    110110 * License: GNU Lesser General Public License v3
     
    117117
    118118
    119 [wiki:CxxTest CxxTest] CxxTest is a unit testing framework in C++ with xUnit architecture.
     119[wiki:Projects/GSoC/TestingReview/CxxTest CxxTest] CxxTest is a unit testing framework in C++ with xUnit architecture.
    120120
    121121 * License: LGPL v2
     
    131131
    132132
    133 [wiki:CuTest CuTest] CuTest is very simple unit testing framework.
     133[wiki:Projects/GSoC/TestingReview/CuTest CuTest] CuTest is very simple unit testing framework.
    134134
    135135 * License: GPL v2
     
    143143
    144144
    145 [wiki:EmbUnit EmbUnit] EmbUnit is unit testing framework for embedded software.
     145[wiki:Projects/GSoC/TestingReview/EmbUnit EmbUnit] EmbUnit is unit testing framework for embedded software.
    146146
    147147 * License: MIT