1. testing.T
对函数/方法进行单元测试
2. testing. B
对性能进行的测试
3. testing.M
对main方法进行的测试
参考文献
1. https://blog.csdn.net/fujian9544/article/details/100080029