记作业>英语词典>mocks翻译和用法

mocks

英 [mɒks]

美 [mɑːks]

n.  (英国)模拟考试
v.  嘲笑; (模仿)嘲弄; 不尊重; 蔑视
mock的第三人称单数和复数

柯林斯词典

  • VERB 嘲笑;嘲弄;(模仿)取笑
    If someonemocksyou, they show or pretend that they think you are foolish or inferior, for example by saying something funny about you, or by imitating your behaviour.
    1. I thought you were mocking me...
      我还以为你是在嘲笑我。
    2. I distinctly remember mocking the idea...
      我清楚地记得曾经对这个想法嗤之以鼻。
    3. 'I'm astonished, Benjamin,' she mocked.
      “这太让我吃惊了,本杰明,”她嘲弄道。
  • ADJ 假的;仿制的;假装的
    You usemockto describe something which is not real or genuine, but which is intended to be very similar to the real thing.
    1. 'It's tragic!' swoons Jeffrey in mock horror...
      “真惨啊!”杰弗里假装吓昏了过去。
    2. One of them was subjected to a mock execution.
      他们当中有一个人受到了假处决。
    3. ...a mock Tudor mansion.
      仿都铎王朝时期风格的宅第
  • N-COUNT 模拟考试
    Mocksare practice exams that you take as part of your preparation for real exams.
    1. She went from a D in her mocks to a B in the real thing.
      她模拟考试得了D,到了真正考试的时候却拿了个B。

双语例句

  • By adding the EasyMock class extension, you can create mocks for classes too.
    通过添加EasyMock类扩展,还可以为类创建mock。
  • They must resynchronize on a newly agreed upon set of mocks and tests.
    他们必须针对达成一致的一组新模拟和测试重新进行同步。
  • The provider teams employ the service mocks as prototypes and the service tests as requirements to implement the services.
    提供程序团队采用服务模拟作为原型,并将服务测试作为要求,从而实现服务。
  • Nice mocks supply reasonable defaults for methods you don't explicitly mock.
    Nicemock为没有显式地提供mock的方法提供合理的默认值。
  • She went from a D in her mocks to a B in the real thing.
    她模拟考试得了D,到了真正考试的时候却拿了个B。
  • We found soapUI web service mocks can not be called from Oracle.
    我们发现soapUIweb服务模拟不能够从Oracle调用。
  • Fourth, the provider teams develop providers that act like the mocks and pass the tests.
    第四步,提供程序团队部署提供程序,这些提供程序的行为与模拟相似,且均已通过了测试。
  • Mocks are not stubs: Martin Fowler's timeless classic walks you through the difference between stubs and mock objects.
    Mocksarenotstubs:MartinFowler永恒的经典论述为您分析了stub和mock对象间的差异。
  • A simple five-step development process which solves these problems using service use cases, service tests, and service mocks.
    一个简单的五步开发流程,该流程通过使用服务用例、服务测试和服务模拟解决了这些问题。
  • Use stubs for state based testing, use mocks for interaction based testing.
    用stub来做基于状态的测试,使用mock做基于交互的测试。