VOOZH about

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

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


  • Core Java👁 Image
    Frank AppelAugust 21st, 2014
    0 228

    JUnit in a Nutshell: Test Structure

    Despite the existence of books and articles about JUnit testing, I still meet quite often programmers, who at most have…

    Read More »
  • Core Java👁 Image
    Frank AppelJuly 31st, 2014
    0 81

    Clean JUnit Throwable-Tests with Java 8 Lambdas

    Recently I was involved in a short online discussion on twitter and google+ which concerned the question why the arrival…

    Read More »
  • Core Java👁 Image
    Frank AppelJuly 28th, 2014
    0 233

    A JUnit Rule to Run a Test in Its Own Thread

    Occasionally it would be helpful to be able to run a JUnit test in a separate thread. In particular when…

    Read More »
  • Enterprise Java👁 Image
    Michael ScharhagJuly 16th, 2014
    0 117

    An alternative approach of writing JUnit tests (the Jasmine way)

    Recently I wrote a lot of Jasmine tests for a small personal project. It took me some time until I…

    Read More »
  • Core Java👁 Image
    Rafal BorowiecJuly 10th, 2014
    0 613

    JUnit: testing exception with Java 8 and Lambda Expressions

    In JUnit there are many ways of testing exceptions in test code, including try-catch idiom, JUnit @Rule, with catch-exception library.…

    Read More »
  • Core Java👁 Image
    Petri KainulainenJune 11th, 2014
    0 130

    Writing Clean Tests – Divide and Conquer

    A good unit test should fail for only one reason. This means that a proper unit test tests only one…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenJune 4th, 2014
    0 189

    Writing Clean Tests – Replace Assertions with a Domain-Specific Language

    It is pretty hard to figure out a good definition for clean code because everyone of us has our own…

    Read More »
  • Core Java👁 Image
    Petri KainulainenMay 22nd, 2014
    0 304

    Writing Clean Tests – Beware of Magic

    It is pretty hard to figure out a good definition for clean code because everyone of us has our own…

    Read More »
  • Core Java👁 Image
    Petri KainulainenMay 7th, 2014
    2 147

    Writing Clean Tests – It Starts from the Configuration

    It is pretty hard to figure out a good definition for clean code because everyone of us has our own…

    Read More »
  • First
  • ...
  • 10
  • «
  • 13
  • 14
  • 15
  • »
  • 20
  • ...
  • Last
Back to top button
Close