-
Notifications
You must be signed in to change notification settings - Fork 410
Observe-Composite - Add integration tests #1063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Observe-Composite - Add integration tests #1063
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think Tests readability could be improved here.
Ideally, the test should be understandable just by reading the test code without reading methods called. (I know it's not so easy and probably Leshan Tests code base doesn't always respect this 😬 )
My remarks below are just example which should be applied to all tests.
Another point, the code looks different than other integrations tests. In a general way I feel having "a code which is pretty much written in a same way" makes the whole code base easier to read. But I can understand if there is some part of the code you prefer to write in another way.
...n-tests/src/test/java/org/eclipse/leshan/integration/tests/observe/ObserveCompositeTest.java
Outdated
Show resolved
Hide resolved
...n-tests/src/test/java/org/eclipse/leshan/integration/tests/observe/ObserveCompositeTest.java
Outdated
Show resolved
Hide resolved
...n-tests/src/test/java/org/eclipse/leshan/integration/tests/observe/ObserveCompositeTest.java
Outdated
Show resolved
Hide resolved
...n-tests/src/test/java/org/eclipse/leshan/integration/tests/observe/ObserveCompositeTest.java
Outdated
Show resolved
Hide resolved
...n-tests/src/test/java/org/eclipse/leshan/integration/tests/observe/ObserveCompositeTest.java
Outdated
Show resolved
Hide resolved
5c087ab
to
36f90b9
Compare
…ervation whenever is possible
36f90b9
to
0669847
Compare
0669847
to
6c94e66
Compare
Integrated in #1083 |
Partial implementation of #1034