ApplicationContextRunner

constructor()

Create a new ApplicationContextRunner instance using an AnnotationConfigApplicationContext as the underlying source.


constructor(contextFactory: Supplier<ConfigurableApplicationContext>)

Create a new ApplicationContextRunner instance using the specified contextFactory as the underlying source.

Parameters

contextFactory

a supplier that returns a new instance on each call