Function sgx_tunittest::rsgx_unit_test_start[][src]

pub fn rsgx_unit_test_start()

A prologue function for Rust SGX unit testing.

To initiate the test environment, rsgx_unit_tests! macro would trigger rsgx_unit_test_start at the very beginning. rsgx_unit_test_start inits the test counter and fail test list, and print the prologue message.