Skip to content

Instantly share code, notes, and snippets.

@maggu2810
Created April 4, 2016 11:42
Show Gist options
  • Save maggu2810/1eabd3be39c36fd91fdae20d937c9e65 to your computer and use it in GitHub Desktop.
Save maggu2810/1eabd3be39c36fd91fdae20d937c9e65 to your computer and use it in GitHub Desktop.
Test failure(s): org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest
Tests run: 28, Failures: 5, Errors: 1, Skipped: 0, Time elapsed: 82.383 sec <<< FAILURE! - in org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest
assert command for brightness channel: on(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.342 sec
assert command for color channel: black(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.099 sec
assert command for color channel: white(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.103 sec
assert command for color channel: increase(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 11.219 sec <<< FAILURE!
java.lang.AssertionError:
Expected: is <ONLINE>
but: was <INITIALIZING>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:865)
at org.junit.Assert.assertThat(Assert.java:832)
at org.junit.Assert$assertThat.callStatic(Unknown Source)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest$_assertBridgeOnline_closure10.doCall(HueLightHandlerOSGiTest.groovy:453)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest$_assertBridgeOnline_closure10.doCall(HueLightHandlerOSGiTest.groovy)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:278)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112)
at org.eclipse.smarthome.test.OSGiTest.waitForAssert(OSGiTest.groovy:181)
at org.eclipse.smarthome.test.OSGiTest.waitForAssert(OSGiTest.groovy)
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:207)
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:56)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:145)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest.assertBridgeOnline(HueLightHandlerOSGiTest.groovy:452)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest.this$3$assertBridgeOnline(HueLightHandlerOSGiTest.groovy)
assert command for osram par16 50 for color temperature channel: off(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.046 sec
assert command for color channel: decrease(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 11.154 sec <<< FAILURE!
java.lang.AssertionError:
Expected: is not null
but: was null
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:865)
at org.junit.Assert.assertThat(Assert.java:832)
at org.junit.Assert$assertThat.callStatic(Unknown Source)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest$_installHttpClientMock_closure12.doCall(HueLightHandlerOSGiTest.groovy:493)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest$_installHttpClientMock_closure12.doCall(HueLightHandlerOSGiTest.groovy)
at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:278)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:54)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112)
at org.eclipse.smarthome.test.OSGiTest.waitForAssert(OSGiTest.groovy:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:207)
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:56)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest.installHttpClientMock(HueLightHandlerOSGiTest.groovy:491)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest.this$3$installHttpClientMock(HueLightHandlerOSGiTest.groovy)
assert command for osram par16 50 for brightness channel: off(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.091 sec
assert that HueLightHandler is registered and unregistered(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 0.037 sec
assert command for osram par16 50 for color temperature channel: on(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.09 sec
assert command for color temperature channel: 0%(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.082 sec
assert command for color temperature channel: on(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.085 sec
assert command for color channel: 0%(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.08 sec
assert command for color channel: on(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.027 sec
assert command for brightness channel: 50%(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.079 sec
assert command for brightness channel: off(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.079 sec
assert command for color temperature channel: 50%(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.098 sec
assert command for color temperature channel: off(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.092 sec
assert command for color channel: 50%(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.076 sec
assert command for color channel: off(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.077 sec
assert command for color channel: red(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.074 sec
assert command for brightness channel: increase(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 12.22 sec <<< FAILURE!
java.lang.AssertionError:
Expected: is <ONLINE>
but: was <INITIALIZING>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:865)
at org.junit.Assert.assertThat(Assert.java:832)
at org.junit.Assert$assertThat.callStatic(Unknown Source)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest$_assertBridgeOnline_closure10.doCall(HueLightHandlerOSGiTest.groovy:453)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest$_assertBridgeOnline_closure10.doCall(HueLightHandlerOSGiTest.groovy)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:278)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:54)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112)
at org.eclipse.smarthome.test.OSGiTest.waitForAssert(OSGiTest.groovy:181)
at org.eclipse.smarthome.test.OSGiTest.waitForAssert(OSGiTest.groovy)
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:207)
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:56)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:145)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest.assertBridgeOnline(HueLightHandlerOSGiTest.groovy:452)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest.this$3$assertBridgeOnline(HueLightHandlerOSGiTest.groovy)
assert command for alert channel(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 2.151 sec <<< ERROR!
java.lang.NoSuchFieldException: bridge
at java.lang.Class.getDeclaredField(Class.java:2070)
at java_lang_Class$getDeclaredField$0.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
at java_lang_Class$getDeclaredField$0.call(Unknown Source)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest.installHttpClientMock(HueLightHandlerOSGiTest.groovy:487)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest.this$3$installHttpClientMock(HueLightHandlerOSGiTest.groovy)
assert command for brightness channel: decrease(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 11.16 sec <<< FAILURE!
java.lang.AssertionError:
Expected: is <ONLINE>
but: was <INITIALIZING>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:865)
at org.junit.Assert.assertThat(Assert.java:832)
at org.junit.Assert$assertThat.callStatic(Unknown Source)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest$_assertBridgeOnline_closure10.doCall(HueLightHandlerOSGiTest.groovy:453)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest$_assertBridgeOnline_closure10.doCall(HueLightHandlerOSGiTest.groovy)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:278)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112)
at org.eclipse.smarthome.test.OSGiTest.waitForAssert(OSGiTest.groovy:181)
at org.eclipse.smarthome.test.OSGiTest.waitForAssert(OSGiTest.groovy)
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:207)
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:56)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:145)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest.assertBridgeOnline(HueLightHandlerOSGiTest.groovy:452)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest.this$3$assertBridgeOnline(HueLightHandlerOSGiTest.groovy)
assert command for color temperature channel: 100%(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.075 sec
assert command for osram par16 50 for brightness channel: on(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.074 sec
assert command for color channel: 100%(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.072 sec
assert command for color channel: blue(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 1.079 sec
assert command for effect channel(org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest) Time elapsed: 11.164 sec <<< FAILURE!
java.lang.AssertionError:
Expected: is <ONLINE>
but: was <INITIALIZING>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:865)
at org.junit.Assert.assertThat(Assert.java:832)
at org.junit.Assert$assertThat.callStatic(Unknown Source)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest$_assertBridgeOnline_closure10.doCall(HueLightHandlerOSGiTest.groovy:453)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest$_assertBridgeOnline_closure10.doCall(HueLightHandlerOSGiTest.groovy)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:278)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)
at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:39)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112)
at org.eclipse.smarthome.test.OSGiTest.waitForAssert(OSGiTest.groovy:181)
at org.eclipse.smarthome.test.OSGiTest.waitForAssert(OSGiTest.groovy)
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:207)
at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:56)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:145)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest.assertBridgeOnline(HueLightHandlerOSGiTest.groovy:452)
at org.eclipse.smarthome.binding.hue.test.HueLightHandlerOSGiTest.this$3$assertBridgeOnline(HueLightHandlerOSGiTest.groovy)
Running org.eclipse.smarthome.binding.hue.test.HueBridgeHandlerOSGiTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec - in org.eclipse.smarthome.binding.hue.test.HueBridgeHandlerOSGiTest
assert that HueBridgeHandler is registered and unregistered(org.eclipse.smarthome.binding.hue.test.HueBridgeHandlerOSGiTest) Time elapsed: 0.015 sec
assert that an existing user is used if authentication was successful(org.eclipse.smarthome.binding.hue.test.HueBridgeHandlerOSGiTest) Time elapsed: 0.025 sec
assert correct status if authentication failed for old user(org.eclipse.smarthome.binding.hue.test.HueBridgeHandlerOSGiTest) Time elapsed: 0.036 sec
verify status if link button is not pressed(org.eclipse.smarthome.binding.hue.test.HueBridgeHandlerOSGiTest) Time elapsed: 0.025 sec
assert that a new user is added to config if not existing yet(org.eclipse.smarthome.binding.hue.test.HueBridgeHandlerOSGiTest) Time elapsed: 0.014 sec
verify status if new user cannot be created(org.eclipse.smarthome.binding.hue.test.HueBridgeHandlerOSGiTest) Time elapsed: 0.015 sec
Running org.eclipse.smarthome.binding.hue.test.HueLightDiscoveryServiceOSGITest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 sec - in org.eclipse.smarthome.binding.hue.test.HueLightDiscoveryServiceOSGITest
assert hue light registration(org.eclipse.smarthome.binding.hue.test.HueLightDiscoveryServiceOSGITest) Time elapsed: 0.05 sec
assert startSearch is called(org.eclipse.smarthome.binding.hue.test.HueLightDiscoveryServiceOSGITest) Time elapsed: 1.031 sec
Running org.eclipse.smarthome.binding.hue.test.HueBridgeDiscoveryParticipantOSGITest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.eclipse.smarthome.binding.hue.test.HueBridgeDiscoveryParticipantOSGITest
assert no discovery result for unknown device(org.eclipse.smarthome.binding.hue.test.HueBridgeDiscoveryParticipantOSGITest) Time elapsed: 0.044 sec
assert correct thing UID(org.eclipse.smarthome.binding.hue.test.HueBridgeDiscoveryParticipantOSGITest) Time elapsed: 0.001 sec
assert no thing UID for unknown device(org.eclipse.smarthome.binding.hue.test.HueBridgeDiscoveryParticipantOSGITest) Time elapsed: 0.001 sec
assert correct supported types(org.eclipse.smarthome.binding.hue.test.HueBridgeDiscoveryParticipantOSGITest) Time elapsed: 0.005 sec
assert valid DiscoveryResult(org.eclipse.smarthome.binding.hue.test.HueBridgeDiscoveryParticipantOSGITest) Time elapsed: 0.003 sec
Results :
Failed tests:
HueLightHandlerOSGiTest.assert command for color channel: increase:282->this$3$assertSendCommandForColor:-1->assertSendCommandForColor:382->this$3$assertSendCommand:-1->assertSendCommand:434->this$3$assertBridgeOnline:-1->assertBridgeOnline:452->OSGiTest.waitForAssert:-1->OSGiTest.waitForAssert:181
Expected: is <ONLINE>
but: was <INITIALIZING>
HueLightHandlerOSGiTest.assert command for color channel: decrease:297->this$3$assertSendCommandForColor:-1->assertSendCommandForColor:382->this$3$assertSendCommand:-1->assertSendCommand:432->this$3$installHttpClientMock:-1->installHttpClientMock:491->OSGiTest.waitForAssert:181
Expected: is not null
but: was null
HueLightHandlerOSGiTest.assert command for brightness channel: increase:319->this$3$assertSendCommandForBrightness:-1->assertSendCommandForBrightness:390->this$3$assertSendCommand:-1->assertSendCommand:434->this$3$assertBridgeOnline:-1->assertBridgeOnline:452->OSGiTest.waitForAssert:-1->OSGiTest.waitForAssert:181
Expected: is <ONLINE>
but: was <INITIALIZING>
HueLightHandlerOSGiTest.assert command for brightness channel: decrease:330->this$3$assertSendCommandForBrightness:-1->assertSendCommandForBrightness:390->this$3$assertSendCommand:-1->assertSendCommand:434->this$3$assertBridgeOnline:-1->assertBridgeOnline:452->OSGiTest.waitForAssert:-1->OSGiTest.waitForAssert:181
Expected: is <ONLINE>
but: was <INITIALIZING>
HueLightHandlerOSGiTest.assert command for effect channel:370->this$3$assertSendCommandForEffect:-1->assertSendCommandForEffect:398->this$3$assertSendCommand:-1->assertSendCommand:434->this$3$assertBridgeOnline:-1->assertBridgeOnline:452->OSGiTest.waitForAssert:-1->OSGiTest.waitForAssert:181
Expected: is <ONLINE>
but: was <INITIALIZING>
Tests in error:
HueLightHandlerOSGiTest.assert command for alert channel:359->this$3$assertSendCommandForAlert:-1->assertSendCommandForAlert:394->this$3$assertSendCommand:-1->assertSendCommand:432->this$3$installHttpClientMock:-1->installHttpClientMock:487 » NoSuchField
Tests run: 41, Failures: 5, Errors: 1, Skipped: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment