sbabcoc / Selenium-Foundation

Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).
Apache License 2.0
59 stars 16 forks source link

Replace JUnitPlatformBase.invoke with LifecycleHooks.invoke #175

Closed sbabcoc closed 3 years ago

sbabcoc commented 3 years ago

Eliminate duplicated code between JUnitPlatformBase and TestNGPlatformBase by extracting an abstract base class.

sbabcoc commented 3 years ago

These classes can't be re-factored, as each is already extending a different base class from the other