Having read a bit about Aspect Oriented Programming ( See 6th June), and being into the whole Test First idea, I am wondering how I can apply a Test First approach to the development of AOP applications. I am currently thinking soemthing along the lines of MockObjects may help here, but I am unsure. I can find lots of resources about using AOP to help with TDD, but not how to test Aspects etc.
I am going to be thinking about this a bit over the next few days, and will try to post my thoughts later in the week.