TestStack / White

DEPRECATED - no longer actively maintained
Other
1.02k stars 485 forks source link

AppScreen and non virtual methods #625

Open StyxTheGrumpy opened 5 years ago

StyxTheGrumpy commented 5 years ago

Why does the AppScreeen/ScreenRepository system not allow non-virtual methods? I couldn't find any mention of this restriction in the documentation. I had to find it in the sourcecode to figure out the problem.

I also experienced an issue with the appscreen.exception class. It could not find the castle.core.internals extension method it uses to loop through the list of nonvirtual methods. The result was an exception with no relation to the real issue. image