About 141 results
Open links in new tab
  1. EasyMock

    If the thought of writing all the mock object classes you might need is intimidating, look at EasyMock, a convenient Java API for creating mock objects dynamically.

  2. EasyMock

    We are testing that documentAdded is called only once and receiving this exact parameter. Any other call to our mock is a test failure From there, I will highly suggest you have a look at the …

  3. EasyMock

    OSGi EasyMock jar can be used as an OSGi bundle. It exports org.easymock, org.easymock.internal and org.easymock.internal.matchers packages. However, to import the …

  4. EasyMock (EasyMock 5.1.0 API)

    Since EasyMock 3.0, EasyMock can perform class mocking directly without using the class extension. If you want to disable any class mocking, turn this to true.

  5. EasyMock

    If the thought of writing all the mock object classes you might need is intimidating, look at EasyMock, a convenient Java API for creating mock objects dynamically.

  6. EasyMockSupport (EasyMock 5.1.0 API)

    Resets all registered mock objects (more exactly: the controls of the mock objects) and turn them to a mock with nice behavior. For details, see the EasyMock documentation.

  7. Capture (EasyMock 5.1.0 API)

    java.lang.Object org.easymock.Capture<T> Type Parameters: T - Type of the captured element

  8. MockBuilder (EasyMock 5.1.0 API)

    It is expected that you call IMockBuilder.withArgs(java.lang.Object...) with the actual constructor argument values after this. Specified by: withConstructor in interface IMockBuilder <T> …

  9. org.easymock (EasyMock 5.2.0 API)

    LogicalOperator See EasyMock.cmp (T, java.util.Comparator<? super T>, org.easymock.LogicalOperator) Mock

  10. Capture (EasyMock 5.2.0 API)

    Methods inherited from class java.lang. Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait