New issue 11 by matthew....@gmail.com: Cannot render classes outside a
package
http://code.google.com/p/yatspec/issues/detail?id=11
What steps will reproduce the problem?
1. Create a test class outside any package
2. Run yatspec
3. Yatspec will throw an exception in TestResult.findScenario
On a cursory glance it looks like qdox doesn't read in annotations from
classes inside the root package.
Comment #1 on issue 11 by spmil...@gmail.com: Cannot render classes outside
a package
http://code.google.com/p/yatspec/issues/detail?id=11
Couldn't reproduce this; attached test file seems to work fine with latest
build.
Attachments:
DefaultPackageTest.java 1.7 KB