Testing Framework
Initialize Development Environment
Initialize a new Zetrix smart contract development environmentTEST_INVOKE Function
TEST_INVOKE(
"Test description",
contractAddress,
txInitiator,
{
method: "methodName",
params: {
param1: "value1",
param2: "value2"
}
},
TEST_RESULT.SUCCESS // or TEST_RESULT.FAILED
);TEST_QUERY Function
Last updated