[][src]Attribute Macro actori_rt::test

#[test]

Marks async test function to be executed by actori runtime.

Usage

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