Theoretically, this piece, or unit, should be the smallest testable portion of source code. 理论上讲,这个代码片段(或者说是代码单元)是源代码中最小的可测试部分。
Doing this not only has made the code more testable, but also made it not depend on the global variables in the method. 这样做不仅使代码变得更具可测试性,而且也使它不依赖于方法的全局变量。
Lists that finish with these words aren't testable. 以这些词语结尾的列表是不可测试的。
Some are not testable because a proper test is technically too difficult to arrange. 一些是不可测试的,因为从技术上很难安排一个合适的测试。
One test can lead you to further decompose the problem into smaller and smaller chunks, each testable. 一个测试可以指引您进一步将问题分解为越来越小的块,每个块都是可以测试的。
Thinking about testing leads you to consider what is testable. 考虑测试会引导您考虑哪些东西是可测试的。
Each of these represents a testable event. 每个都代表一个可测试的事件。
What could be better than flexible, testable code that's a blast to write? 还有什么比容易编写的、灵活的、可测试的代码更好呢?
In the process of making code testable, we've refactored previously problematic code; not only problematic in it's design but in it's function. 在使代码变得更具可测试性的过程中,我们对前面一些有问题的代码进行了重构;这些代码不仅设计上有问题,功能上也有问题。
A test assertion is a testable expression of one or more requirements in the Basic Profile. 测试断言是基本概要(BasicProfile)中一个或多个要求的可测试表达式。
Some requirements are not testable because they are subjective, or they are not conducive to measurement or metrics. 一些需求是非可测试的,因为他们是主观的,或者不是有助于度量或量度的。
This pushes the complexity into smaller, more manageable ( and therefore more testable) methods. 这会降低复杂度,使方法更容易管理(因此更容易测试)。
NanoHUB, as a whole, must be manageable, scalable, reliable, available, testable, and recoverable. nanoHUB作为一个整体,必须是可管理的、可伸缩的、可靠的、可用的、可测试的和可恢复的。
Third, all these methods are testable now: each method ( except populate()) does just one thing. 第三,所有方法现在都是可测试的:每个方法(除了populate())都只做一件事。
Tester Responsible for validating that requirements are testable and associated with actual test plans and tests. 测试员对确认可测试的需求以及与实际规划和测试相关的需求负责。
However, before you can test your code, you need to isolate it into testable fragments. 然而,在您测试代码之前,您需要将代码分割成一些可测试的片断。
To do this requires complete, unambiguous, and testable requirements. 做到这一点需要完整的、明确的和可测试的需求。
Multiple teams can use this practice to virtualize the behavior of dependent applications, automate data scenarios, and construct testable models of systems that do not yet exist from the model specifications. 很多团队都是用这个实践来虚拟化依赖性应用程序行为、自动化数据场景和构建可测试的系统模型(现在还没有模型规范)。
Ultimately, creating readable and testable code is one of the main, if understated, goals of porting legacy code to a new language such as Python. 总之,毫不夸张地说,创建可阅读和可测试的代码是将遗留代码移植到Python这样的新语言的一个主要目标。
The results are use cases that cannot stand alone to create a testable scenario. 结果是用例不能独立存在来创建可测试的场景。
Rather, the emphasis is squarely placed on the goal, writing loosely coupled, testable code. 相反,其重点放在设计目标、编写松散耦合、可测试的代码上。
The scientific method is built around testable hypotheses. 科学方法是建立在可验证的假说的基础上的。
Requirements should be clear, complete, reasonably detailed, cohesive, attainable, and testable. 需求应该是清晰的、完整的、详略得当、紧密的、可获得的和可测试的。
Think of an interesting testable idea about either dreams or laughter. 想出一个可测试的有趣想法,关于梦境也行,关于笑也行。
A Story is a testable piece of a Feature, also described in the words of users. 故事是特性的一个可测试的片断,以用户的语言来描述。
They refactor code to make it more testable. 他们不断的检查代码,以确保其可测试性。
In addition, decoupling between View and ViewModel also allows the ViewModel to be more unit testable and reusable. 此外,View与ViewModel的分离还使得ViewModel更有利于单元测试和重用。
Moreover, the documents are testable. 而且,文档是可测试的。
This description can be used to make predictions that are testable by experiment or observation using scientific method. 这说明可以用来预测是检验或观察实验用科学的方法。
Geddy's code needs to be refactored to be more testable so we can have more complete coverage. Geddy的代码需要进行重构、要更容易测试,以便我们有更完整的覆盖率。