Attribute Macro actix_macros::test [−][src]
#[test]
Expand description
Marks async test function to be executed by actix runtime.
Usage
#[actix_rt::test]
async fn my_test() {
assert!(true);
}
#[test]
Marks async test function to be executed by actix runtime.
#[actix_rt::test]
async fn my_test() {
assert!(true);
}