孙广东 2015.9.13
Model based testing framework
StrangeIoc
https://www.assetstore.unity3d.com/en/#!/content/13802
https://bitbucket.org/Unity-Technologies/unitytesttools
https://bitbucket.org/Unity-Technologies/unitytesttools/wiki/Home
http://unity3d.com/learn/tutorials/modules/beginner/live-training-archive/test-tools
http://nsubstitute.github.io/help.html
Nunit 和 NSubstitute 库
每个软件系统包括的功能单位。 在面向对象的语言,功能的最小单位是一个方法。 这些方法通常取决于其他 方法和类。如果你要测试 方法,将会出现一些挑战。
• 第一个挑战是,外部依赖项并不容易设置,例如某些对象可能需要复杂 的初始化。