When you write code, you build it with the idea that each function will be tested as a stand-alone unit in a controlled way.
在编写代码时,就要考虑到以可控制的方式作为单独的单元测试每个函数。
2
You can use the SearchTweetsCompile.bat and SearchTweetsRun.bat files provided in this article's source code download to compile and run the TwitterSearchConnector class as a stand-alone application.