It would be great to provide a `ComponentTestCase` class or `ComponentAssertionTrait` trait to help testing component. I was thinking of something similar to [MailerAssertionsTrait](https://github.com/symfony/symfony/blob/6.3/src/Symfony/Bundle/FrameworkBundle/Test/MailerAssertionsTrait.php) so we can: - get an instance of the component from its name and parameters - assert that the output of the component is similar to an expected value - etc ...