We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600c489 commit 93af28eCopy full SHA for 93af28e
1 file changed
communication/mqtt/src/test/java/org/openbase/jul/communication/mqtt/RPCServerImplTest.kt
@@ -105,11 +105,6 @@ internal class RPCServerImplTest {
105
}
106
107
108
- /*@Test
109
- fun addMethod() {
110
- rpcServer.addMethod(Any, )
111
- }*/
112
-
113
@Nested
114
inner class TestRequestHandling {
115
//TODO: the tests in this nested class could be improved, e.g. by mocking the rpcMethod and its
0 commit comments