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.
  • 相关阅读:
    Storm 第一章 核心组件及编程模型
    四 Hive整合HBase
    Hbase第五章 MapReduce操作HBase
    swift 附属脚本
    swift 方法
    swift 属性
    swift 类和结构体
    swift 枚举类型
    swift 闭包
    Swift 函数
  • 原文地址:https://www.cnblogs.com/lexus/p/3286589.html
Copyright © 2011-2022 走看看