eclipse-paho/paho.mqtt.testing

How to test a client ?

Opened this issue · 3 comments

Hello,

The Paho Testing Utilities are a collection of code and tools to help test MQTT clients and Brokers.

I understand that with this repo, I can test a client implementation, Is there any guidance how to do this ?

I am also wondering how this works. How would I use this to test a client I am currently implementing?

I am also wondering how this works. How would I use this to test a client I am currently implementing?

For my curiosity: in which language do you implement your client ?

Does anyone know , how to write unit test case for mqtt connection in android studio. Because in 3rd package of Unit Test there is no context ??