Package io.webdevice.wiring
Class WebDeviceRegistrarTest
- java.lang.Object
-
- io.webdevice.test.UnitTest
-
- io.webdevice.wiring.EnvironmentBasedTest
-
- io.webdevice.wiring.WebDeviceRegistrarTest
-
public class WebDeviceRegistrarTest extends EnvironmentBasedTest
-
-
Field Summary
-
Fields inherited from class io.webdevice.wiring.EnvironmentBasedTest
environment
-
-
Constructor Summary
Constructors Constructor Description WebDeviceRegistrarTest()
-
Method Summary
-
Methods inherited from class io.webdevice.wiring.EnvironmentBasedTest
environmentWith, setUpEnvironment
-
-
-
-
Method Detail
-
shouldBindSettingsFromEnvironmentUsingDefaults
public void shouldBindSettingsFromEnvironmentUsingDefaults() throws Exception- Throws:
Exception
-
shouldBindSettingsFromEnvironmentUsingNonDefaults
public void shouldBindSettingsFromEnvironmentUsingNonDefaults() throws Exception- Throws:
Exception
-
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
-
shouldRegisterUnpooledDeviceAndAliasProviderWithDeviceName
public void shouldRegisterUnpooledDeviceAndAliasProviderWithDeviceName() throws Exception- Throws:
Exception
-
shouldRegisterSpringDeviceRegistryInConfiguredScope
public void shouldRegisterSpringDeviceRegistryInConfiguredScope() throws Exception- Throws:
Exception
-
-