public class MultipleFailFastChecksHandler extends Object implements FailFastCheck
FailFastCheck instances.
Checks every instance and if one of them fails (FailFastCheck.hasFailed() returns true) returns true
and provide reason of that check.public boolean hasFailed()
hasFailed in interface FailFastCheckpublic String reason()
reason in interface FailFastCheckFailFastCheck.hasFailed() have returned trueCopyright © 2022. All rights reserved.