Skip to content

Example spring/maven app demonstrating compile time decoupling, and jvm level cohesion (application/webdriver-test/unit-test can easily be run through any testng runner in multithreaded mode)

Notifications You must be signed in to change notification settings

rexhoffman/example-decoupling

Repository files navigation

First mvn install in ExampleOrganizationalParent/

Followed by mvn install in ExampleTesting/

finally by mvn install in the root.

If CompositeWeb is imported in to eclipse as a project, a testing test can be run that will start: the application, a firefox web driver, and run a test… by simply right clicking on the test in any number of menus and running as a testng test.

About

Example spring/maven app demonstrating compile time decoupling, and jvm level cohesion (application/webdriver-test/unit-test can easily be run through any testng runner in multithreaded mode)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages