pub trait TestConfigOverride {
    fn modify_test_config(&self, config: &mut TestConfig);
}

Required Methods

Implementors