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