IntelliTect / TestTools

A collection of tools for aiding in test automation
MIT License
10 stars 7 forks source link

TestFramework doesn't handle properties from base classes more than one level up well #88

Closed PandaMagnus closed 4 years ago

PandaMagnus commented 4 years ago

Structure was ITestBlock -> TestBlock (with prop ILogger) -> SeleniumTestBlock (with prop Browser) -> WebTestBlock (with prop MainPage)

Browser didn't resolve correctly when using a factory to create it.

PandaMagnus commented 4 years ago

Nevermind, other unrelated issue.