Package io.webdevice.wiring
Class WebDeviceListenerTest
- java.lang.Object
-
- io.webdevice.test.UnitTest
-
- io.webdevice.wiring.WebDeviceListenerTest
-
public class WebDeviceListenerTest extends UnitTest
-
-
Constructor Summary
Constructors Constructor Description WebDeviceListenerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldDoNothingWhenScopeIsNull()voidshouldDoNothingWhenScopeWasNotDisposed()voidshouldSetReinjectDepedenciesAttributeWhenScopeIsDisposed()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldDoNothingWhenScopeIsNull
public void shouldDoNothingWhenScopeIsNull()
-
shouldDoNothingWhenScopeWasNotDisposed
public void shouldDoNothingWhenScopeWasNotDisposed()
-
shouldSetReinjectDepedenciesAttributeWhenScopeIsDisposed
public void shouldSetReinjectDepedenciesAttributeWhenScopeIsDisposed()
-
-