[][src]Function sgx_tunittest::rsgx_unit_test_end

pub fn rsgx_unit_test_end(ntestcases: u64, failurecases: Vec<String>) -> usize

An epilogue function for Rust SGX unit testing.

rsgx_unit_test_end prints the statistics on test result, including a list of failed tests and the statistics. It will return the amount of failed tests. (success == 0)