Package io.webdevice.device
Class DeviceTest
java.lang.Object
io.webdevice.test.UnitTest
io.webdevice.device.DeviceTest
public class DeviceTest extends UnitTest
-
Constructor Summary
Constructors Constructor Description DeviceTest() -
Method Summary
Modifier and Type Method Description voidasShouldCastToImplementedInterface()voidequalityShouldBeBasedOnNameDriverTypeAndSessionId()voidhashCodeShouldBeBasedOnNameDriverTypeAndSessionId()voidsetUp()voidshouldInvokeFunctionWithDriver()voidshouldPerformActionWithDriver()voidshouldReturnDriver()voidshouldReturnName()voidshouldUseFunctionToComputeSessionId()
-
Constructor Details
-
DeviceTest
public DeviceTest()
-
-
Method Details
-
setUp
public void setUp() -
shouldReturnName
public void shouldReturnName() -
shouldReturnDriver
public void shouldReturnDriver() -
asShouldCastToImplementedInterface
public void asShouldCastToImplementedInterface() -
shouldUseFunctionToComputeSessionId
public void shouldUseFunctionToComputeSessionId() -
shouldPerformActionWithDriver
public void shouldPerformActionWithDriver() -
shouldInvokeFunctionWithDriver
public void shouldInvokeFunctionWithDriver() -
equalityShouldBeBasedOnNameDriverTypeAndSessionId
public void equalityShouldBeBasedOnNameDriverTypeAndSessionId() -
hashCodeShouldBeBasedOnNameDriverTypeAndSessionId
public void hashCodeShouldBeBasedOnNameDriverTypeAndSessionId()
-