winter-testing / io.jentz.winter.testing / WinterTestSession / Builder / onGraphInitialized
onGraphInitialized
fun onGraphInitialized(qualifier: Any = ApplicationScope::class, callback: OnGraphInitializedCallback): Unit
Add callback that gets invoked when a graph with the component qualifier got created.
Parameters
qualifier
- The qualifier of the graph component.
callback
- The callback that gets invoked with the graph.