VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Frank AppelNovember 17th, 2014
    0 136

    OSGi Testsuite: Introducing Classname Filters

    OSGi Testsuite is a JUnit test-runner that collects dynamically test classes for execution. It has been published by my fellow…

    Read More »
  • Desktop Java👁 Image
    Frank AppelNovember 7th, 2014
    0 151

    Efficient Creation of Eclipse Modules with Maven Archetype

    Maven Archetype is a project templating toolkit that provides developers with the means to generate parameterized versions of built-in or…

    Read More »
  • Core Java👁 Image
    Frank AppelNovember 6th, 2014
    0 113

    Lightweight Integration Tests for Eclipse Extensions

    Recently I introduced a little helper for Eclipse extension point evaluation. The auxiliary strives to reduce boilerplate code for common…

    Read More »
  • Core Java👁 Image
    Frank AppelOctober 29th, 2014
    0 77

    Clean Unit Test Patterns – Presentation Slides

    I was given the opportunity to talk at the GDG DevFestKarlsruhe 2014 conference about ‘Clean Unit Test Patterns’. Thanks to…

    Read More »
  • Core Java👁 Image
    Frank AppelSeptember 24th, 2014
    0 226

    JUnit in a Nutshell: Unit Test Assertion

    This chapter of JUnit in a Nutshell covers various unit test assertion techniques. It elaborates on the pros and cons…

    Read More »
  • Core Java👁 Image
    Frank AppelSeptember 5th, 2014
    0 151

    JUnit in a Nutshell: Test Runners

    The fourth chapter of my multi-part tutorial about JUnit testing essentials explains the purpose of the tool’s exchangable test runners…

    Read More »
  • Core Java👁 Image
    Frank AppelSeptember 2nd, 2014
    0 201

    JUnit in a Nutshell: Test Isolation

    Working as a consultant I still meet quite often programmers, who have at most a vague understanding of JUnit and…

    Read More »
  • Core Java👁 Image
    Frank AppelAugust 21st, 2014
    0 118

    JUnit in a Nutshell: Hello World

    JUnit seems to be the most popular testing tool for developers within the Java world. So it is no wonder…

    Read More »
  • 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 »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Back to top button
Close