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

org.jlot.web.it.AbstractSeleniumTest Maven / Gradle / Ivy

package org.jlot.web.it;

import javax.inject.Inject;

import org.openqa.selenium.WebDriver;
import org.springframework.test.context.ContextConfiguration;

@ContextConfiguration(classes = { Firefox.class })
public abstract class AbstractSeleniumTest extends AbstractServletIntegrationTest
{
	@Inject
	private WebDriver	webDriver;

	protected WebDriver getDriver ( )
	{
		return webDriver;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy