stomp-test-utils 0.2.0

Utility classes for testing sessions.
Documentation
1
2
3
4
5
6
7
[![Crates.io](https://img.shields.io/crates/v/stomp-test-utils.svg)](https://crates.io/crates/stomp-test-utils)
![CI](https://github.com/herblet/stomp-test-utils/actions/workflows/build_with_coverage.yml/badge.svg)
[![codecov](https://codecov.io/gh/herblet/stomp-test-utils/branch/main/graph/badge.svg?token=2DKFJT5UZJ)](https://codecov.io/gh/herblet/stomp-test-utils)

Provides utility methods for testing byte-array-based communication sessions, i.e. objects that receive and send messages as byte arrays.

The target use case at present are client- and server-side implementations of the STOMP protocol.