Package com.codeborne.selenide.junit
Class BrowserStrategy
- java.lang.Object
-
- org.junit.rules.ExternalResource
-
- com.codeborne.selenide.junit.BrowserStrategy
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class BrowserStrategy extends org.junit.rules.ExternalResource
Usage:@Rule public BrowserStrategy perTest = new BrowserStrategy();
or@ClassRule public static BrowserStrategy perClass = new BrowserStrategy();
-
-
Constructor Summary
Constructors Constructor Description BrowserStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
after()
-