1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| ----- Broker Tests -----
|
| This folder contains a number of tests to exercise the functionality of the
| broker. Feel free to add more.
|
| Numbering is as follows:
|
| 01: Connection tests
| 02: Subscribe/unsubscribe tests
| 03: Publish tests
| 04: Retained message tests
| 05: Session management tests
| 06: Bridge tests
| 07: Will tests
| 08: TLS tests
| 09: Auth tests
| 10: Listener tests
| 11: Persistence tests
| 12: Property tests
|
|