Module org.easymock

Class AssertionErrorWrapper

All Implemented Interfaces:
Serializable

public class AssertionErrorWrapper extends RuntimeException
Wraps an AssertionError that was thrown by a method invocation so that EasyMock knows the difference between an invocation exception and an real unexpected one.
Author:
OFFIS, Tammo Freese
See Also:
  • Constructor Details

    • AssertionErrorWrapper

      public AssertionErrorWrapper(AssertionError error)
  • Method Details