summaryrefslogtreecommitdiffstats
path: root/mqtt-tester/src/command.rs
AgeCommit message (Expand)Author
2023-01-20Instrument wait_and_check() implementationMatthias Beyer
2023-01-19Merge #155bors[bot]
2023-01-19Fix: Remove readMatthias Beyer
2023-01-19Let Command::wait_and_check() return Result<ReportResult>Matthias Beyer
2023-01-19Merge #145 #146bors[bot]
2023-01-18Remove unused fnMatthias Beyer
2023-01-18Remove unused fnMatthias Beyer
2023-01-18Fix error message: We test the client hereMatthias Beyer
2023-01-11Replace CheckBytesFn with CheckBytes traitMatthias Beyer
2023-01-11Fix impl for testing invariants, returning Option<_>Matthias Beyer
2023-01-11Test invariants in Output type implementationMatthias Beyer
2023-01-09Assert that Output: SendMatthias Beyer
2023-01-09Make Output::wait_for private and return read bytesMatthias Beyer
2023-01-09Let Output type be a normal structMatthias Beyer
2023-01-05Remove unused codeMatthias Beyer
2023-01-05Return Child as well in Command::spawn() helper fnMatthias Beyer
2023-01-05Add high-level helpers for sending/waiting for packetMatthias Beyer
2023-01-05Split wait_for_output into helper typesMatthias Beyer
2023-01-04Allow unused enum variantsMarcel Müller
2023-01-04Use a type alias for BoxFnMarcel Müller
2023-01-04Actually create vec with the given sizeMarcel Müller
2023-01-02Make ClientCommand take VecMatthias Beyer
2023-01-02Fix: Add missing licensesMatthias Beyer
2023-01-02Remove unecessary borrowsMarcel Müller
2023-01-02Add rudimentary MQTT packet parsing to CommandsMarcel Müller
2023-01-02Add functionality to automate sending and waiting furtherMatthias Beyer
2023-01-02Add helper commandMatthias Beyer