hasNotFailed
Verifies that the application has not failed to start.
Example:
assertThat(context).hasNotFailed();
Content copied to clipboard
Return
this
assertion object.
Throws
if the application context failed to start
Verifies that the application has not failed to start.
Example:
assertThat(context).hasNotFailed();
this
assertion object.
if the application context failed to start