stubbing
英 [ˈstʌbɪŋ]
美 [ˈstʌbɪŋ]
v. 脚趾不小心踢到…上
stub的现在分词
复数:stubbings
柯林斯词典
- N-COUNT 残根;残端;(铅笔)头;(烟)蒂
Thestubof a cigarette or a pencil is the last short piece of it which remains when the rest has been used.- He pulled the stub of a pencil from behind his ear.
他从耳后拿出一小段铅笔头。 - ...an ashtray of cigarette stubs.
一烟缸的烟蒂
- He pulled the stub of a pencil from behind his ear.
- N-COUNT 票根;存根
A ticketstubis the part that you keep when you go in to watch a performance.- Fans who still have their original ticket stubs should contact Sheffield Arena by July 3.
仍保留原始票根的球迷请于 7 月 3 号前和谢菲尔德体育馆联系。
- Fans who still have their original ticket stubs should contact Sheffield Arena by July 3.
- (支票的)存根
A chequestubis the small part that you keep as a record of what you have paid. - VERB 不小心踢到(脚趾)
If youstubyourtoe, you hurt it by accidentally kicking something.- I stubbed my toes against a table leg.
我不小心踢到桌子腿上。
- I stubbed my toes against a table leg.
双语例句
- So will they now prevent guards from stubbing out cigarettes on the arms, legs and backs of inmates?
那根据那劳什子禁令,以后狱卒也不能用烟头来烫囚犯的手脚身躯了吧? - Testing classes with a high fan-out score without any stubbing will allow you to test a large percentage of the code quickly.
具有高分散数且没有任何存根的测试类允许你快速地测试大量代码。 - Many developers confuse the ideas behind stubbing and mocking.
很多开发人员对stub和mock这两个概念都不是很清楚,很容易混淆。 - Try stubbing out functions to identify which code paths are causing the native leak.
尝试删除一些功能以确定哪些代码路径在造成本机泄漏。 - By creating the UI first, and stubbing out or mocking any classes it needs, we can quickly get feedback on whether the UI matches the business's expectations.
通过首先创建UI,并将所有它需要的类打桩,我们可以快速获得UI是否满足商业需求的反馈。 - Stubbing simply replaces a real-world implementation with a simpler implementation.
stub即是用更简单的实现代替真实世界中的实现。 - Test cases may use stubbing to make an implementation simpler, faster, or more predictable.
测试用例可使用这种技术使实现变得更简单、更快、更容易预测。 - By stubbing out the network client we can now test the getBalance method.
通过网络客户端stub,我们现在能够测试getBalance方法。 - Note, though, that the stubbing or removal of the Outlook item after a successful archiving is asynchronous ( whereas it was synchronous in the case of CSLD).
但是要注意,在成功归档之后对Outlook项目的清除是异步进行的(而在CSLD中是同步的)。 - Support for stubbing of method calls and properties access
支持方法调用和属性访问桩