create_test_app_with_config

Function create_test_app_with_config 

Source
pub fn create_test_app_with_config<F>(
    component_fn: F,
    config: TestConfig,
) -> TestApp
where F: Fn() -> String,
Expand description

Create a test app with custom configuration