Reality-Loop

Java EE Testing Update

July 14, 2008 | 0 Minute Read
This post was originally posted on my old blog.

image_thumb.pngSome weeks ago I was holding my semi-annual workshop about Java EE Testing at the Software Schule Schweiz (SWS).

The workshop material can be downloaded here.

The participation of the attendees was very active and there were some interesting discussions.

The following frameworks we brought to my attention:
  • JMockit: A simple and lightweight Mocking Framework based on the Java 5 SE instrumentation feature (the java.lang.instrument package).
  • EasyGloss: a framework for simplifying unit testing of annotated classes that require injection in order to function.
  • Pitchfork: an embeddable Application-Server on top of the Springframework.

  • Thanks for the contributions! I will try to include them in the next workshops.