VOOZH about

URL: https://www.javacodegeeks.com/tag/mockito/page/7

⇱ Mockito Archives - Page 7 of 8 - Java Code Geeks


  • Core Java👁 Image
    Frank AppelMarch 27th, 2014
    0 120

    What are Mockito Extra Interfaces?

    Mockito is my favored little helper if it comes down to write light weight JUnit tests. It is very useful…

    Read More »
  • Core Java👁 Image
    Mohamed SanaullaFebruary 27th, 2014
    1 118

    Getting started with Mocking in Java using Mockito

    We all write unit tests but the challenge we face at times is that the unit under test might be…

    Read More »
  • Core Java👁 Image
    Frank AppelFebruary 19th, 2014
    0 118

    Mockito Templates for Eclipse

    Sometimes I miss the forest for the trees – and that for a disturbingly long time. I just became aware…

    Read More »
  • Core Java👁 Image
    Lubos KrnacFebruary 11th, 2014
    1 298

    Mock final class

    Foreword If you already read some other blog post about unusual mocking, you can skip prelude via this link. I…

    Read More »
  • Enterprise Java👁 Image
    Lubos KrnacFebruary 10th, 2014
    8 2,964

    Use Mockito to mock autowired fields

    Dependency injection is very powerful feature of Inversion of Control containers like Spring and EJB. It is always good idea…

    Read More »
  • Enterprise Java👁 Image
    Marco CastigliegoJanuary 24th, 2014
    3 1,906

    Testing Spring components with Mockito

    Be able to unit test your spring components without the need of loading the full spring-context with its ad-hoc test…

    Read More »
  • Core Java👁 Image
    Marcin GrzejszczakAugust 18th, 2013
    0 188

    Injecting Test Doubles in Spring using Mockito and BeanPostProcessors

    I’m pretty sure that if you have ever used Spring and are familliar with unit testing, you have encountered a…

    Read More »
  • Core Java👁 Image
    Andrew GloverAugust 8th, 2013
    4 106

    Imbibing the Fluency of Mockito

    I recently found myself writing some code to integrate two disparate platforms. One of these systems is Java based and…

    Read More »
  • Core Java👁 Image
    Marcin GrzejszczakJuly 11th, 2013
    0 126

    Mockito – RETURNS_DEEP_STUBS for JAXB

    Sorry for not having written for some time but I was busy with writing the JBoss Drools Refcard for DZone…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
Back to top button
Close