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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidasShouldCastToImplementedInterface()voidequalityShouldBeBasedOnNameDriverTypeAndSessionId()voidhashCodeShouldBeBasedOnNameDriverTypeAndSessionId()voidsetUp()voidshouldInvokeFunctionWithDriver()voidshouldPerformActionWithDriver()voidshouldReturnDriver()voidshouldReturnName()voidshouldUseFunctionToComputeSessionId()
-
-
-
Method Detail
-
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()
-
-