-
Notifications
You must be signed in to change notification settings - Fork 10
Adapter
Nozomi Ito edited this page Jan 26, 2015
·
5 revisions
Java Sahagin runtime library adopts the Adapter architecture, which separates the test framework (such as JUnit, TestNG, etc) specific logic and the GUI test framework (such as WebDriver, etc) specific logic to the adapter logic, and makes it easy to support frameworks.
Other language runtime libraries not necessarily have to adopt this architecture, but we recommend to adopt this for the architecture consistency of all languages runtime libraries.