Package io.webdevice.support
Class ProtectedWebDriverTest
java.lang.Object
io.webdevice.test.UnitTest
io.webdevice.support.ProtectedWebDriverTest
public class ProtectedWebDriverTest extends UnitTest
-
Constructor Summary
Constructors Constructor Description ProtectedWebDriverTest() -
Method Summary
Modifier and Type Method Description voidsetUp()voidshouldProtectCapabilitiesAfterConstruction()voidshouldProtectCapabilitiesAfterConstructionAndDriverUse()
-
Constructor Details
-
ProtectedWebDriverTest
public ProtectedWebDriverTest()
-
-
Method Details
-
setUp
public void setUp() -
shouldProtectCapabilitiesAfterConstruction
public void shouldProtectCapabilitiesAfterConstruction() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldProtectCapabilitiesAfterConstructionAndDriverUse
public void shouldProtectCapabilitiesAfterConstructionAndDriverUse() throws java.lang.Exception- Throws:
java.lang.Exception
-