get
open fun get(contextSupplier: Supplier<out ConfigurableWebApplicationContext>): AssertableWebApplicationContext
Factory method to create a new AssertableWebApplicationContext instance.
Return
a AssertableWebApplicationContext instance
Parameters
contextSupplier
a supplier that will either return a fully configured ConfigurableWebApplicationContext or throw an exception if the contextfails to start.