The managed {@link TestContext} will be updated with the suppliedtestInstance
.
An attempt will be made to give each registered {@link TestExecutionListener} a chance to prepare the test instance. If alistener throws an exception, however, the remaining registered listeners will not be called.
@param testInstance the test instance to prepare (never null
)
@throws Exception if a registered TestExecutionListener throws anexception
@see #getTestExecutionListeners()
|
|
|
|
|
|