Package org.web3j.utils
Class Assertions
java.lang.Object
org.web3j.utils.Assertions
Assertion utility functions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidverifyPrecondition(boolean assertionResult, String errorMessage) Verify that the provided precondition holds true.
-
Constructor Details
-
Assertions
public Assertions()
-
-
Method Details
-
verifyPrecondition
Verify that the provided precondition holds true.- Parameters:
assertionResult- assertion valueerrorMessage- error message if precondition failure
-