2个版本
0.1.1 | 2019年9月7日 |
---|---|
0.1.0 | 2019年8月28日 |
#695 in 测试
在tempest中使用
16KB
293 行
Tempest源模拟队列
此源实现了一个基本的模拟消息轮询队列。大多数tempest
拓扑测试都使用此Source
安装
Cargo.toml
[dependencies]
tempest-source-mock = "0.1.0"
用法
use tempest_source_mock::prelude::*;
// create a type alias to the MockSourceBuilder
type Source = MockSourceBuilder;
// configure a topology with this source
struct MyTopology {}
impl Topology<Source> for MyTopology {
// implementation code here
}
依赖
~1.7–2.7MB
~57K SLoC