zoukankan      html  css  js  c++  java
  • TestApe

    TestApe - Unit testing for embedded software

    About this site

    Welcome - This site is TestApe.com. Most likely you arrived here for one of the reasons listed below.

    You want to download or use the TestApe unit test framework.

    The TestApe unit test framework is available for embedded software written in C. It is shareware and anyone can use it.

    Mocking functions is completely automatic with the supplied instrumenter. Each test decides what mock functions to use. Mock functions can be shared between tests. By passing mock parameters to them it is possible for them to support several tests. Mock functions are optional - if not used default mocks are supplied automatically, and each test can decide the return value they should provide to the unit.

    Simple default stubs will be generated for those functions that are not present in the unit. The instrumenter will therefore produce a test executable from any combination of source, object or library files. Manual stub functions are possible, but they are not required.

    The tests can be written to run with small variations using TestApe test parameters, e.g. number ranges or lists of interesting values. These parameters are then available to the test code in nested tests or in mocks.

    Documentation and packages for GCC/Linux, GCC/CygWin or Visual studio/Windows are available for download. Continue here.
  • 相关阅读:
    2.15 STL复习
    20190214Test(栈与队列)
    STL列表链式前向星
    链式前向星(邻接表)
    Priority_queue详解
    List详解
    NOIP2019计划
    第二章笔记
    第一章笔记
    本地文件上传GitHub
  • 原文地址:https://www.cnblogs.com/lexus/p/3286589.html
Copyright © 2011-2022 走看看