code unit meaning in English
代码单元
Examples
- The unicode standard defines a surrogate pair as a coded character representation for a single abstract character that consists of a sequence of two code units
“ unicode标准”将代理项对定义为由两个代码单元序列组成的单个抽象字符的编码字符表示形式。 - The popular junit automated unit - testing framework gives you a way to test software code units by making assertions that your code meets the intended requirements
流行的junit自动单元测试框架提供了通过制作满足预期需求的断言来测试软件代码单元的途径。 - A failure of your test case could easily imply an incorrectly constructed test case , rather than an incorrect software code unit , which would take even more work to diagnose
一个测试用例失败很可能表示一个构造不当的测试用例,而不是软件代码单元有误,这可能要费更多时间来诊断。 - These attributes are assigned automatically when unit tests are generated ; when you code unit tests by hand , you have to add class and method attributes yourself
属性标记的测试方法。这些属性是在生成单元测试时自动分配的;如果是手动编写单元测试代码,则必须自行添加类和方法的属性。 - A surrogate pair is a coded character representation for a single abstract character that consists of a sequence of two code units , where the first unit of the pair is a high - surrogate and the second is a low - surrogate
代理项对是由两代码单元序列组成的单个抽象字符的编码字符表示形式,代理项对中的第一个单元是高代理项,第二个单元是低代理项。