VOOZH about

URL: https://www.javacodegeeks.com/tag/easymock

⇱ EasyMock Archives - Java Code Geeks


  • Core Java👁 Image
    Yatin BatraMarch 10th, 2025
    0 261

    Comparing isA() and anyObject() Matchers in EasyMock

    EasyMock is a widely used Java framework for creating mock objects in unit tests. It provides various matchers to define…

    Read More »
  • Enterprise Java👁 Image
    Alexey ZvolinskiyMarch 25th, 2013
    0 104

    JUnit and EasyMock cooperation

    Developers always need to take care about code which they produced. They should be ensured that code works properly after…

    Read More »
  • Enterprise Java👁 Image
    Veera SundarJuly 2nd, 2012
    5 426

    EasyMock tutorial – Getting Started

    In this post, I’m going to show you what EasyMock is and how you can use it for testing your…

    Read More »
Back to top button
Close