A problem, with JUnit is that you CAN’T use multiple interesting Runners for a Test: OceanRunner tries to solve that problem.
By offering an easy way to integrate “RunnersLike” class, named OceanModule, you may conjugate many behaviors of unit testing strategy.
When you can use a single Runner for test, you may use many OceanModules.
This is a JUnit 4 class runner that:
1. Reduces some of the boiler-plate required to write integration tests for Selenium using JUnit 4
2. Makes it easier to implement re-usable custom method rules
3. Allows you write integration tests that run against multiple browsers
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy