EUnit是erlang的单元测试框架,它非常强大、灵活,很容易用,开销很小(small syntactical overhead语法开销?)

一、单元测试

二、术语

三、开始

四、EUnit宏

五、EUnit测试表

原文:

EUnit is a unit testing framework for Erlang. It is very powerful and flexible, is easy to use, and has small syntactical overhead.

  • Unit testing
  • Terminology
  • Getting started
  • EUnit macros
  • EUnit test representation

相关文章:

  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2021-06-27
  • 2022-03-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
  • 2021-09-05
  • 2022-12-23
相关资源
相似解决方案