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
Indented Tracing Using AspectJ
December 15th, 2006 by Ulrik Sandberg — Java, Tips & Tricks
Given inspiration from the book “AspectJ In Action”, I wrote a little aspect that provides indented tracing of method executions. This means that the aspect keeps track of the current indentation level in a call flow
Tags: aop, aspectj, programming, tracing
