wae-testing 0.0.2

WAE Testing - 测试工具集,断言、Mock、Fixture
Documentation
1
2
3
4
5
6
use wae_testing::*;

#[test]
fn test_testing_module_compiles() {
    assert!(true);
}