But now you do not have to write any new code, only new adaptors for new protocols coming from existing provider API? S.
但是您不必编写任何新的代码,只需为源自现有的提供者API的新协议准备新的适配器即可。
Theoretically, if you write code only to satisfy an existing test, then by definition you can achieve coverage for every line of code you write.
理论上说,如果为满足现有的测试而撰写代码,那么您肯定能够实现对您所写的每行代码的覆盖。
Theoretically, if you write code only to satisfy an existing test, then by definition you can achieve coverage for every line of code you write.
理论上说,如果为满足现有的测试而撰写代码,那么您肯定能够实现对您所写的每行代码的覆盖。
In my opinion, when you write code, you are no longer only a QA analysts who does test automation.
我认为,当您编写代码时,您已经不再仅仅是一位处理测试自动化的qa分析员。
Even when an application is only for local use, write clean code, and have lots of instrumentation and debugging output available.
即使在应用程序只供本地使用的情况下,也应该编写干净的代码,并提供足够的测试和调试输出。
They can write portable code that depends only upon the methods that are exposed in the standard public APIs.
他们可以编写可移植的代码,该代码仅依赖于标准的公共api中公布的方法。
Write your test cases first, and write only enough code to make your test case pass.
首先编写测试用例,并且只编写足以让测试用例通过的代码。
Make a list of requirements for an iteration, and write only the code that supports those requirements.
列出迭代的需求清单,只编写支持这些需求的代码。
Only after you have your tests written (and failing) do you write the code under test.
只有在编写了测试(并失败)后,您才可以编写测试中的代码。
It talks not only about the mechanics of how to write tests and allow them to drive your code, but also why test-driven programming is such a good thing.
该书不仅讲述了如何编写测试和让这些测试来驱动您的代码的原理,而且还讲述了测试驱动的编程为什么是一种好的编程方法。
The advantage of this approach is simplicity: the JRE developers need only write the code to handle each type of bytecode.
这种方法的优点是其简单性:JRE开发人员只需编写代码来处理每种字节码即可。
This is good news if you just want to get a simple application running, because it requires you to write only a small amount of code.
如果只想让简单的应用程序运行,那么这是一个好消息,因为它只需要您编写少量代码。
I will write up a blog entry for each LINQ operator, probably including all of the production code but only "interesting" tests.
我将为每个LINQ操作符写一篇博文,其中将包含几乎所有的成品代码,不过测试代码的话我只会把有趣的部分贴出来。
You need only write a single line of code and your data model will be exposed.
您只需编写单个代码行,您的数据模型就会被公开。
If you want objects where the properties and fields are all read-only and set in constructors, you still have to write the same code you would write in.net 1.0.
如果想让对象的属性和字段都为只读并可在构造函数中进行设置,那么我们仍然需要像在。NET 1.0那样编写代码。
This is the only place you need to write different code based on which database you're using.
基于所使用的数据库,这是惟一需要编写不同代码的地方。
You could also write code that USES a positive integer's factors to determine if it is a prime number (defined as an integer greater than 1 whose only factors are 1 and the number itself).
您还可以编写代码,用一个正整数的因子来确定它是否为素数(定义为大于1的整数,该数字仅有的因子为1和本身)。
Second, the code you write with Ruboss is not only abstracted from the transport mechanism, but also is simple and elegant.
其次,你使用Ruboss编写的代码不仅对传输方式来说是抽象的,而且还非常简单和优雅。 第三,你可以快速上手并运行起来。
To take advantage of a Rico feature or widget is very simple: you only write a few lines of code to integrate that feature or widget on a given page.
Rico特性或小部件使用起来很简单:只需编写几行代码将那个特性或小部件集成到一个给定页面上。
Rico handles all the implementation details for this functionality, so you only have to write a few lines of code.
Rico自动处理该功能的所有实现细节,所以只需编写几行代码。
Not only does this allow you to ignore the TreeView's complexities, it also allows you to write code that can be easily unit tested.
这不仅仅能让你无视TreeView的复杂性,还能让你写出能够很容易进行单元测试的代码。
In your own applications, these are the only real cases where you'll need to write much code specific to Tapestry: when events related to the display occur that must modify business objects.
在您自己的应用程序中,这是惟一真正需要编写许多特定于Tapestry的代码的地方:当与显示有关的事件发生时,必须修改业务对象。
Because you write standardized HTML and then add only a few Tapestry-specific elements, very little Tapestry code influences your HTML.
因为编写了标准化的HTML,并添加了一些特定于Tapestry的元素,所以几乎没有影响HTML的Tapestry代码。
This is only an illustration of how to use code to write more code, not the most efficient way to print out a list of Numbers.
这只是一个例子,如何使用代码来写更多的代码,而不是最有效的方式打印出来一列数字。
Of course, since the code segment is write protected, the data in the code segment can only be constant.
当然,由于代码段是写保护的,所以代码段中的数据只能是常数。
When hiring a programmer, the only thing that really matters is their ability to write good code.
招聘一个程序员,唯一对你有意义的是他能写出好程序的能力。
To sort categories alphabetically and include only the categories with IDs of 16, 3, 9 and 5, you could write the following code.
按字母顺序给类别分类,并且只包含ID是16,3,9,和5的类别,你可以写下以下的代码。
It means sweating blood through the forehead to do sound work only to have it trashed, mangled, or buried by people who couldn't write a line of code to save their lives.
这还意味着你努力到吐血去完成的漂亮的东西,最后会被那些哪怕是死到临头也不会为自己写一行代码的人扔进垃圾桶,搅成稀烂,最后埋进土里。
When using a layered driver, you can reuse the common MDD code provided by Microsoft, and only write new PDD code that is specific to the your hardware.
使用分层的驱动程序,微软提供了很多公用MDD代码,开发者只需要编写与自己平台有区别的地方。
Source code viruses are the least-common viruses because they are not only hard to write, but also have a limited number of hosts compared to the other types.
源码型病毒是最少见的病毒程序,因为它们不仅编写困难,而且与其他类型的病毒相比,受它们破坏的主程序数目也有限。
应用推荐