# Objective Make working with `PluginGroupBuilder` less panicky. Fixes #17001 ## Solution Expand the `PluginGroupBuilder` api with fallible add methods + a contains method. Also reorder the `PluginGroupBuilder` tests because before should come before after. ## Testing Ran the `PluginGroupBuilder` tests which call into all the newly added methods. |
||
|---|---|---|
| .. | ||
| app.rs | ||
| lib.rs | ||
| main_schedule.rs | ||
| panic_handler.rs | ||
| plugin_group.rs | ||
| plugin.rs | ||
| schedule_runner.rs | ||
| sub_app.rs | ||
| task_pool_plugin.rs | ||
| terminal_ctrl_c_handler.rs | ||