smeyn / gallio-testlink-adapter

Moved From Google Code
3 stars 9 forks source link

TestLink exporter reports "Failed to find testlinkfixture" #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create testfixture but do not mark the class as public
2. run the MBUnit console runner

What is the expected output? 
the MBUnit console runner says:
"Failed to find testlinkfixture of name MbUnit v1.0.2700.29885/
[Testprojectname]/[Testclassname]"

Resolution:
make sure the testFixture class is marked as public

Original issue reported on code.google.com by StephanMeyn on 8 May 2009 at 1:31