EXAMPLE SENTENCES | ||
---|---|---|
何时运行完所有单元测试? When all the unit tests have run? | ||
不要受单元测试的教条所限。 Don't get stuck on unit testing dogma. | ||
在单元测试中捕获代码注释。 Capture code comments in unit tests. | ||
任何注释都应在单元测试内捕获。 Any comment should be captured in a unit test. | ||
类图交付单元测试所需的构架信息。 Class diagrams deliver the structural information unit testers need. | ||
如果专业版最终拥有单元测试将非常不错。 It's nice that Pro will finally have unit testing. | ||
一般而言,类的每个公共方法都应有一个单元测试。 In general, there should be a unit test for every public method of your class. | ||
对于每个新的单元测试,框架创建一个新的测试装备。 For every new unit test, the framework creates a new test fixture. | ||
RUP确定了四级测试:单元测试、集成测试、系统测试和验收测试。 RUP acknowledges four levels of testing: unit testing, integration testing, system testing, and acceptance testing. | ||
为了在单元测试规范中强制一致的详细程度,我们将他们包含在同级评审过程中。 To enforce consistent detail in the unit test specifications, we included them in the peer review process. | ||