Assertion: assertTimeout()
Learn how to use the assertTimeout() method in JUnit 5.
The assertTimeout()
method
The assertTimeout()
method asserts that execution of the given Executable
completes before the
given timeout. The timeout value is specified as a java.time.Duration
object.
Get hands-on with 1400+ tech skills courses.