Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Strategies for test driving Aspects?

Hi all,

Recently I've become heavily involved with doing aspect oriented
programming, and I've been curious at what some of the strategies are
for testing them. The furthest I've gotten is writing unit tests on
the POJO representing the aspect, but I haven't quite figured out how
to test that the aspect is called at the correct joinpoint... any
ideas?

Thanks,
James


Back to the top