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

Changes between Version 13 and Version 14 of GSoC/2012/Testing


Ignore:
Timestamp:
08/23/12 04:59:12 (12 years ago)
Author:
Xiaochen Pan
Comment:

/* Design New Test Framework Interface */

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2012/Testing

    v13 v14  
    2323=  Design New Test Framework Interface =
    2424
    25 Without considering mocking functionality, the new testing framework interface can be accessed via this link [wiki:Projects/GSoC/TestSuite/framework_design Testing Framework Interface].
     25The new testing framework interface can be accessed via this link [wiki:Projects/GSoC/TestSuite/framework_design Testing Framework Interface].
     26
     27This interface is designed according to Unity library. By combining some features of Google Tests, a C++ testing framework, it also allows for the future inclusion of Google Mock, which have internal preference of Google Test as Unit testing framework.
    2628=  Adding JSON Output to Unity =
    2729