VOOZH about

URL: https://www.javacodegeeks.com/author/John-Dobie

⇱ John Dobie, Author at Java Code Geeks


  • Core Java👁 Image
    John DobieMay 21st, 2012
    0 128

    Easy Unit and Integration Code Coverage

    This example shows how to generate coverage for unit and integration tests using Maven and Sonar. It uses very simple…

    Read More »
  • Software Development👁 Image
    John DobieMay 14th, 2012
    0 135

    Code Forensics

    How do you know if using code metrics really does help to produce code with fewer bugs. I am convinced…

    Read More »
  • Enterprise Java👁 Image
    John DobieMay 14th, 2012
    4 355

    Mocks And Stubs – Understanding Test Doubles With Mockito

    Introduction A common thing I come across is that teams using a mocking framework assume they are mocking. They are…

    Read More »
  • Enterprise Java👁 Image
    John DobieMay 9th, 2012
    0 136

    Maven Integration Testing And Spring Restful Services

    Introduction My original blog showed how to seperate maven unit and integration tests using a very simple example. http://johndobie.blogspot.com/2011/06/seperating-maven-unit-integration-tests.html Since…

    Read More »
Back to top button
Close