winter-testing / io.jentz.winter.testing / WinterTestSession / Builder / extend

extend

fun extend(qualifier: Any = ApplicationScope::class, block: ComponentBuilderBlock): Unit

Extend the graph with the component qualifier qualifier with the given block.

Parameters

qualifier - The qualifier of the graph component.

block - The block to apply to the graph component builder.