All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.bordertech.wcomponents.test.example.ExampleMultiBrowserSeleniumTest Maven / Gradle / Ivy

There is a newer version: 1.5.36
Show newest version
package com.github.bordertech.wcomponents.test.example;

import com.github.bordertech.wcomponents.test.selenium.MultiBrowserRunner;
import org.junit.runner.RunWith;

/**
 * 

* This class demonstrates running a test using multiple browsers. All that is necessary is the * "@RunWith(MultiBrowserRunner.class)" annotation at class level.

* *

* Note that this test class just inherits tests from the {@link ExampleSeleniumTest} example test case.

* * @author Yiannis Paschalidis * @since 1.0.0 */ @RunWith(MultiBrowserRunner.class) public class ExampleMultiBrowserSeleniumTest extends ExampleSeleniumTest { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy