|
static void | assertEquals (int val, int val2, String message) throws AssertFailException |
|
static void | assertEquals (boolean val, boolean val2, String message) throws AssertFailException |
|
static void | assertEquals (String val, String val2, String message) throws AssertFailException |
|
static void | checkArgument (boolean expression) |
|
Definition at line 19 of file NativeSecp256k1Util.java.
◆ assertEquals() [1/3]
static void org.bitcoin.NativeSecp256k1Util.assertEquals |
( |
boolean |
val, |
|
|
boolean |
val2, |
|
|
String |
message |
|
) |
| throws AssertFailException |
|
inlinestatic |
◆ assertEquals() [2/3]
static void org.bitcoin.NativeSecp256k1Util.assertEquals |
( |
int |
val, |
|
|
int |
val2, |
|
|
String |
message |
|
) |
| throws AssertFailException |
|
inlinestatic |
◆ assertEquals() [3/3]
static void org.bitcoin.NativeSecp256k1Util.assertEquals |
( |
String |
val, |
|
|
String |
val2, |
|
|
String |
message |
|
) |
| throws AssertFailException |
|
inlinestatic |
◆ checkArgument()
static void org.bitcoin.NativeSecp256k1Util.checkArgument |
( |
boolean |
expression | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: