VOOZH about

URL: https://www.javacodegeeks.com/author/frank-appel/page/3

⇱ Frank Appel, Author at Java Code Geeks - Page 3 of 5


  • 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 »
  • Software Development👁 Image
    Frank AppelJuly 1st, 2014
    0 99

    gonsole weeks: oops – it’s a framework

    While Eclipse ships with a comprehensive Git tool, it seems that for certain tasks many developers switch to the command…

    Read More »
  • Core Java👁 Image
    Frank AppelApril 30th, 2014
    2 105

    Java Code Style: The Final Decision

    Isn’t it funny how the alleged most unremarkable things can lead to controversial discussions or sometimes even heated debates with…

    Read More »
  • Software Development👁 Image
    Frank AppelApril 21st, 2014
    0 183

    Efficient Code Coverage with Eclipse

    There is a saying that a fool with a tool is still a fool. But how to use a tool…

    Read More »
  • Core Java👁 Image
    Frank AppelApril 21st, 2014
    0 133

    Clean Synchronization Using ReentrantLock and Lambdas

    Recently I was reading an informative post about the differences between synchronized vs ReentrantLock by Javin Paul1. He emphasises on…

    Read More »
  • Desktop Java👁 Image
    Frank AppelApril 4th, 2014
    0 105

    Slim Down SWT FormLayout Usage

    Always on the quest for efficiency I reconsidered the usability of SWT FormLayout lately. Although it is one of my…

    Read More »
  • 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
    Frank AppelMarch 23rd, 2014
    0 251

    Getting JUnit Test Names Right

    Finding good names is one of the challanges of crafting software. And you need to find them all the time…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Back to top button
Close