zoukankan      html  css  js  c++  java
  • GTest翻译词汇表

    版本号:v_0.1

    词汇表

    • Assertion: 断言。
    • Bug: 不翻译。
    • Caveat: 警告。
    • Error bound: 误差范围。
    • Exception: 异常。
    • Flag: 标志位。
    • Floating point predicate format functions: 浮点数格式化谓词函数。
    • Functor: 函数体。不懂的话Google,属于C++必知必会。
    • Google Test/Google C++ Testing Framework: GTest
    • House keeping chores: 家务杂事。这里指围绕测试代码编写很多非核心的支持性工作。
    • Macro: 宏
    • Message: 信息。
    • Ostream: 不翻译。C++的输出数据流。
    • Predicate: 谓词。
    • Predicate-formatter: 格式化谓词。
    • SetUp/TearDown (set-up/tear-down): 不翻译。指测试执行前的准备工作和测试后的清理工作。
    • Stream: 数据流。
    • Streaming: 流定向。
    • Sub-rountines: 子程序。
    • Success/Failure: 通过、失败。
    • Test Fixtures: 不翻译。只可意会。
    • ULPs (Units in the Last Place): 不翻译。意会或者查这篇文章
  • 相关阅读:
    懒加载 和 json
    [iOS]用instancetype代替id作返回类型有什么好处?
    (转)Objective-C语法之KVC使用
    UITableView 展示数据
    shopee
    防火墙
    vue项目开发技巧
    文件流
    vant
    node 使用
  • 原文地址:https://www.cnblogs.com/panda_lin/p/gtest_words.html
Copyright © 2011-2022 走看看