mrpotes / cukes-jvm-eclipse-plugin

Cucumber JVM Eclipse Plugin
8 stars 2 forks source link

Cucumber Before/After annotations are not used #19

Closed mrpotes closed 12 years ago

mrpotes commented 12 years ago

We have cucumber @Before/@After annotations in a class on the classpath but the methods annotated are not called.

The reason for this is that the scanning for packages that need including as cucumber "glue" does not include cucumber.annotation.* - only cucumber.annotation..