Entries from June 2008

Unit-Tests way of thinking

June 30th, 2008 · 5 Comments

A good definition of unit tests is a test which 1) runs fast <5ms and 2) when it fails you can determine what is wrong without resorting to a debugger. This implies that a unit-tests must execute very limited amount of code so that the failures are well isolated. The ability to be able to [...]

Tags: Testability Explorer

AspectJ is better then AspectWerkz

June 26th, 2008 · 2 Comments

In theory I know what Aspect-Oriented-Programing (AOP) is. In practice I have never used AOP! (AspectJ, AspectWerkz nor any other AOP framework). Nevertheless I am going to go out on a limb and make a bold statement. AspectJ is way better then AspectWerkz! I would love to hear about any anecdotal evidence which can support [...]

Tags: Testability Explorer