单元测试、测试工具记录

1、Python Mutpy

2、java Pitest

3、js Stryker

4、js mutode

5、go Gopher

6、C语言

Embedded Unit、
1、Check
    官网:https://libcheck.github.io/check/index.html
2、Gtest(Google Test)
    官网:https://google.github.io/googletest/
3、CuTest
    官网:http://cutest.sourceforge.net/
 
4、Cunit
    官网:http://cunit.sourceforge.net/doc/index.html
5、CppUTest(Microsoft Cppunittest)
    官网:http://cpputest.github.io/
 
6、C++Test
    官网:https://www.keil.com/arm/verificationtools/ctest.asp
 
7、Cmocka
    官网:https://cmocka.org/
 
8、Criterion
 
9、AceUnit
    官网:https://sourceforge.net/projects/aceunit/
 
10、GNU Autounit
 
11、EmbedUnit 
    官网:https://sourceforge.net/projects/embunit/
 
12、MinUnit
    参考:https://gitee.com/netdebug/MiniUnit

7、C++语言

Boost Test框架、Gtest,Gppunit

你可能感兴趣的:(工具,开发技巧,单元测试)