Package io.webdevice.wiring
Class DeviceRegistrarTest
- java.lang.Object
-
- io.webdevice.test.UnitTest
-
- io.webdevice.wiring.EnvironmentBasedTest
-
- io.webdevice.wiring.DeviceRegistrarTest
-
public class DeviceRegistrarTest extends EnvironmentBasedTest
-
-
Field Summary
-
Fields inherited from class io.webdevice.wiring.EnvironmentBasedTest
environment
-
-
Constructor Summary
Constructors Constructor Description DeviceRegistrarTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldRegisterPooledDeviceAndAliasPoolWithDeviceName()voidshouldRegisterUnpooledDeviceAndAliasProviderWithDeviceName()voidshouldSkipRegisteringDeviceIfAlreadyDefined()voidshouldSkipRegisteringPoolForPooledDeviceIfAlreadyDefinedAndAliasPoolWithDeviceName()voidshouldSkipRegisteringProviderForPooledDeviceIfAlreadyDefinedAndAliasPoolWithDeviceName()voidtearDown()-
Methods inherited from class io.webdevice.wiring.EnvironmentBasedTest
environmentWith, setUpEnvironment
-
-
-
-
Method Detail
-
shouldSkipRegisteringDeviceIfAlreadyDefined
public void shouldSkipRegisteringDeviceIfAlreadyDefined() throws Exception- Throws:
Exception
-
shouldSkipRegisteringPoolForPooledDeviceIfAlreadyDefinedAndAliasPoolWithDeviceName
public void shouldSkipRegisteringPoolForPooledDeviceIfAlreadyDefinedAndAliasPoolWithDeviceName() throws Exception- Throws:
Exception
-
shouldSkipRegisteringProviderForPooledDeviceIfAlreadyDefinedAndAliasPoolWithDeviceName
public void shouldSkipRegisteringProviderForPooledDeviceIfAlreadyDefinedAndAliasPoolWithDeviceName() throws Exception- Throws:
Exception
-
shouldRegisterPooledDeviceAndAliasPoolWithDeviceName
public void shouldRegisterPooledDeviceAndAliasPoolWithDeviceName() throws Exception- Throws:
Exception
-
-