fluvio-smartmodule 0.50.1

Used by Fluvio SmartModule
Documentation
1
2
3
4
5
6
7
#[test]
fn derive_ui() {
    let t = trybuild::TestCases::check_only();

    t.pass("ui-tests/pass_*.rs");
    t.compile_fail("ui-tests/fail_*.rs");
}