withComponent

Deprecated

will be removed with Atrium 1.3.0, use the overload which requires a KClass -- this doesn't realy help as it infers a concrete type instead of an interface

Replace with

withComponent(I::class, factory)

Convenience function which infers the KClass usually required for RootExpectBuilder.OptionsChooser.withComponent.