Sciweavers

ICST
2009
IEEE

A Test-Driven Approach to Developing Pointcut Descriptors in AspectJ

13 years 11 months ago
A Test-Driven Approach to Developing Pointcut Descriptors in AspectJ
Aspect-oriented programming (AOP) languages introduce new constructs that can lead to new types of faults, which must be targeted by testing techniques. In particular, AOP languages such as AspectJ use a pointcut descriptor (PCD) that provides a convenient way to declaratively specify a set of joinpoints in the program where the aspect should be woven. However, a major difficulty when testing that the PCD matches the intended set of joinpoints is the lack of precise specification for this set other than the PCD itself. In this paper, we propose a test-driven approach for the development and validation of the PCD. We developed a tool, AdviceTracer, which enriches the JUnit API with new types of assertions that can be used to specify the expected joinpoints. In order to validate our approach, we also developed a mutation tool that systematically injects faults into PCDs. Using these two tools, we perform experiments to validate that our approach can be applied for specifying expected ...
Romain Delamare, Benoit Baudry, Sudipto Ghosh, Yve
Added 24 May 2010
Updated 24 May 2010
Type Conference
Year 2009
Where ICST
Authors Romain Delamare, Benoit Baudry, Sudipto Ghosh, Yves Le Traon
Comments (0)