Parser errors are returned in the Compilation Unit class instance.
解析器错误是在编译单元类实例中返回的。
The unit class includes stream classes and operating unit classes.
过程单元类包括物流类、能流类和单元模块类。
The unit class tests checks each function unit (user command, system call) of os which is based on safe mechanisms.
单元级测试针对操作系统的各个功能单元(用户命令、系统调用)进行安全机制的检查。
Mathew, I'd love for you to talk about this astronomy unit in class on Wednesday.
马修,我希望你能在周三的课上谈谈这一天文学单元。
As always, the unit tests for that class should capture the functionality for each of its methods.
像往常那样,该类的单元测试应该捕获其每个方法的功能。
Class diagrams deliver the structural information unit testers need.
类图交付单元测试所需的构架信息。
Write the unit test before writing code for class it tests.
首先编写单元测试,然后再编写要测试的类代码。
Thus, the development team responsible for unit testing should make sure that class and sequence diagrams are included as project deliverables.
因此,这个负责单元测试的开发团队应该确保这个类和序列图包含在项目交付产品中。
If the project organization is using UML for modeling, unit testers will need sequence diagrams, class diagrams, and perhaps activity diagrams.
如果这个项目组织利用uml来建模,那么单元测试将需要序列图,类图,可能还会需要活动图。
From this domain validator class, you can instantiate and register your own unit and attribute validators.
从该域确认器类中,您可以实现并注册您自己的单元和属性确认器。
If a unit test crosses class boundaries, it might be a functional test.
如果单元测试跨越类边界,则它就可能是功能测试。
As long as all the test cases pass, I add the new unit test class to my unit test automation library, which gets run on every build.
只要通过所有的测试用例,我就将向单元测试自动库添加新的单元测试类,在每次构建时运行。
For example, when use cases and supporting tools are created, a unit tester can retrieve the appropriate class to verify.
例如,当创建用例和支持性工件时,一个单元测试人员可以恢复合适的类来验证。
The test class represents the usual unit of test execution that occurs while you are developing, and so we should consider carefully how many tests to include in any one class.
测试类表示在开发时发生的测试执行的常见单元,所以我们应仔细考虑任何一个类中包括了多少个测试。
Writing a unit test for a Stack class is straightforward.
可以很直观地写出对堆栈类的单元测试。
It also generates a special class that can be used to unit test the objects created.
它还生成一个特殊的类,这个类可用于对创建的对象进行单元测试。
When I have completed writing the new class, then I run the unit tests again.
当我完成新类的编写时,我将再次运行单元测试。
You estimate a day to write each database access class and unit test it, so 150 tables at one table per day is 150 days.
估计您每天能编写一个数据库访问类并完成其单元测试,因此,150 个表要用 150天的时间。
The listing shows a utility class that gets used by the unit test.
这个清单给出单元测试使用的实用程序类。
Now imagine trying to unit test a class that makes an expensive SOAP call.
现在,想像一下对发出开销较高的SOAP调用的类进行单元测试。
Because code may be changed by an aspect, unit tests that run perfectly on a class may behave quite differently when the class is integrated into an AOP system.
由于代码可以被某一个方面所改变,在一个类上可以完美运行的单元测试当这个类被集成入一个AOP系统中可能会出现完全不同的运行状况。
Instead, I would write the class that runs all the unit test cases against the methods in the class.
相反,我编写根据类中的方法运行所有单元测试用例的类。
So, the first unit of the class, so basically I'm going to go over the first half of the class today, and the second half of the class on Tuesday just because we have to start somewhere.
先来看看本课程的第一单元,今天先概要地复习一下这门课的第一部分,周二再回顾第二部分,为了有个起点。
With automated migration, teams can regularly perform dry runs that deploy the code into a clean "production class" environment, where automated unit and system-level tests may be executed.
在自动化移植中,团队可以将代码转入干净的“生产级”环境,在那里可以执行自动化的单元和系统级测试。
The function f is type as a function that takes a single input parameter of type View (another class from Android) and returns Unit, which is the Scala equivalent of void.
这个函数f的类型为带一个View 类型(Android中的另一个类)的输入参数的函数,并返回Unit,它是void在Scala 中的对等物。
Therefore we can use a base test class for all Wicket-related unit tests.
因此,我们可以为所有Wicket相关的单元测试创建一个测试基类。
Generally, each Action class provides a very specific unit of work.
通常,每个Action类都提供了非常具体的工作单元。
Run unit tests within any method, class, namespace, project or solution with a single-click.
单键运行方法、类、命名空间、项目和解决方案中的单元测试。
As you can see, the unit test for a domain class now (with Grails 1.1) extends GrailsUnitTestCase.
可以看到,现在对一个域类的单元测试(在Grails 1.1中)扩展了GrailsUnitTestCase。
By extracting the highlighting logic, you can write unit tests for it by calling methods on the HighlightUtil class.
通过抽取突出显示逻辑,可以编写调用highlightutil类的方法的单元测试。
应用推荐