Skip to main content

engine_config

Macro engine_config 

Source
macro_rules! engine_config {
    ($($tt:tt)*) => { ... };
}
Expand description

Configures and stores the engine before tests run. Usage: vibe_tests::engine_config! { EngineTests::builder()...build().expect("...") }