test4a 0.1.1

Testing library that provides some tools to apply "Advanced" Arrange-Act-Assert testing design.
Documentation
1
2
3
4
5
6
7
//! Defines tools to handle messages.

mod message;
mod message_type;

pub use self::message::Message;
pub use self::message_type::MessageType;