unit tests 中文意思是什麼

unit tests 解釋
單元測驗
  • unit : n 1 個體,一個,一人。2 (計值、組織、機構)單位;單元;小組,分部;【軍事】部隊;分隊。3 【機械...
  • tests : 抽查
  1. Indeed, unit tests not considered part of the normal build quickly become dated and useless

    實際上,不在正常的版本中的單元測試馬上會變的過時、無用。
  2. You can create unit tests using a code generation feature that creates the initial source code of the test, or you can write the test completely by hand

    可以使用能夠創建測試的初始源代碼的代碼生成功能來創建單元測試,也可以完全手動編寫測試。
  3. What clearly emerges while using testng is that this framework is already a good choice for writing unit tests, and that it is, by design, simple to integrate with other libraries and tools, so its future development can bring developers some interesting news. a new path has been forged

    在使用testng時最明顯的是,這個模板已經是編寫單元測試的一個好選擇了,而且,在設計上,它與其他庫和工具的集成非常簡單,所以它未來的發展會給開發人員帶來一些有趣的新東西。
  4. Conduct unit tests and integration tests to ensure best product quality

    為了提高產品質量,進行系統測試和完整性測試。
  5. As with the file that contains private accessors, the file that contains unit tests is also visible in your test project in solution explorer

    與包含私有訪問器的文件類似,包含單元測試的文件在解決方案資源管理器中的測試項目中也可見。
  6. Write unit tests before you write the code

    在編寫代碼之前編寫單元測試。
  7. You accomplish several quality goals by writing unit tests first

    您通過首先編寫單元測試來完成幾個質量目標:
  8. You can write unit tests by hand or generate them automatically

    既可以手動編寫單元測試,也可以自動生成它們。
  9. You would write the unit tests, run them, and see that they fail

    你將編寫單元測試程序,運行他們,看到他們運行失敗。
  10. Write unit tests

    編寫單元測試。
  11. When you re dealing with simple data or service objects, writing unit tests is straightforward

    當您正在處理簡單數據或服務對象時,編寫單元測試很簡單。
  12. Mock objects are a useful way to write unit tests for objects that act as mediators. instead of calling the real

    模仿對象( mock object )是為起中介者作用的對象編寫單元測試的有用方法。
  13. The unit testing framework provides numerous additional assert classes and other classes that give you flexibility in writing unit tests

    單元測試框架提供了眾多的附加assert類和其他類,為您編寫單元測試帶來了極大的靈活性。
  14. Positive unit tests exercise the code as intended and verify the right result

    肯定性單元測試代碼是否按預期方式執行並驗證結果是否正確。
  15. Unit tests can catch fictitious implementations that assertions miss

    單元測試可以捕獲斷言遺漏的臆想實現。
  16. Due to the nature of unit - tests ( emphasize : unit ), it is impossible to test a " badly - smelling " code

    由於單元測試的自然特性(注意是單元測試) ,無法對具有「壞味道」的代碼進行單元測試。
  17. The junit framework is the current the one - stop solution for java language unit tests

    Junit框架是java語言單元測試當前的一站式解決方案。
  18. Agile processes rely on frequent refactoring and unit tests to improve designs

    敏捷流程依賴頻繁的重構和單位測試來改進設計。
  19. Use assertions and unit tests as executable documentation to stamp out bugs

    使用斷言和單元測試作為可執行文檔來消除錯誤
  20. Create unit tests for public and private methods

    為公共和私有方法創建單元測試。
分享友人