Attribute Macro ntex_macros::rt_test[][src]

#[rt_test]

Marks async test function to be executed by ntex runtime.

Usage

#[ntex::test]
async fn my_test() {
    assert!(true);
}