VOOZH about

URL: https://www.javacodegeeks.com/tag/junit/page/22

⇱ JUnit Archives - Page 22 of 22 - Java Code Geeks


  • Enterprise Java👁 Image
    Roger HughesNovember 18th, 2011
    0 125

    The Misuse of End To End Tests – Testing Techniques 2

    My last blog was the first in a series of blogs on approaches to testing code, outlining a simple scenario…

    Read More »
  • Enterprise Java👁 Image
    Roger HughesNovember 16th, 2011
    0 141

    Testing Techniques – Not Writing Tests

    There’s not much doubt about it, the way you test your code is a contentious issue. Different test techniques find…

    Read More »
  • Core Java👁 Image
    Roger HughesNovember 4th, 2011
    0 188

    Mock Static Methods with PowerMock

    In a recent blog, I tried to highlight the benefits of using dependency injection and expressing the idea that one…

    Read More »
  • Enterprise Java👁 Image
    Eugen ParaschivOctober 31st, 2011
    3 506

    Java RESTful API integration testing

    This post will focus on basic principles and mechanics of writing Java integration tests for a RESTful API (with a…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Ioannis DadisOctober 26th, 2011
    3 1,112

    Spring 3 Testing with JUnit 4 – ContextConfiguration and AbstractTransactionalJUnit4SpringContextTests

    Looking in the internet for a way to test my Spring 3 application, I found many articles that describe how…

    Read More »
  • Enterprise Java👁 Image
    David GreenOctober 25th, 2011
    1 796

    Code coverage with unit & integration tests

    On a pet project recently I set out to build automated UI (integration) tests as well as the normal unit…

    Read More »
  • Core Java👁 Image
    Roger HughesOctober 24th, 2011
    0 172

    Testing an Object’s Internal State with PowerMock

    Most unit testing focuses on testing an object’s behaviour in order to prove that it works. This is achieved by…

    Read More »
  • Scala👁 Image
    Jens SchauderSeptember 8th, 2011
    0 179

    Testing with Scala

    When learning a new language or framework one of my early questions is nowadays: What about testing? Obviously I asked…

    Read More »
  • Core Java👁 Image
    Jens SchauderSeptember 6th, 2011
    1 201

    Rules in JUnit 4.9 (beta 3)

    Some time ago David Saff announced a beta release of JUnit 4.9. So I guess it is a good point…

    Read More »
  • First
  • ...
  • 10
  • «
  • 20
  • 21
  • 22
Back to top button
Close