After seeing MockME developed by some of my colleagues I started thinking about how this could be made in a generic way.
Static Mock using AspectJ
February 16th, 2007 by Jan Kronquist — Testing
Tags: aop, aspectj, easymock, mock
Problems with object creation
February 1st, 2007 by Jan Kronquist — Java
Every programming language has tricky details that you need to be aware of. This article will look at several such issues in Java related to the Java compiler. Test your Java skills and see if you know the answer! The problem A while ago a colleague of mine discovered a weird behavior when writing some [...]
Tags: jayview, jvm, programming
