[][src]Module uniffi::testing

Runtime support functionality for testing generated bindings.

This module helps you run a foreign language script as a testcase to exercise the bindings generated from your rust code. You probably don't want to use it directly, and should instead use the build_foreign_language_testcases! macro provided by the uniffi_macros crate.

Functions

ensure_compiled_cdylib

Ensure that a uniffi component crate is compiled and ready for use.

run_foreign_language_testcase

Execute the given foreign-language script as part of a rust test suite.