Rell test namespace
This section covers information about the Rell test namespace, including types and functions that facilitate the creation, manipulation, and execution of test blocks, transactions, and operations within the Rell environment.
The rell.test
namespace provides types and functions for creating, manipulating, and executing test
blocks, transactions, and operations in Rell, enabling developers to build and validate test scenarios.
The rell.test.block
type provides methods for creating and executing test blocks within the Rell testing framework, allowing developers to build and validate complex test scenarios.
The rell.test.tx
type provides methods for creating and executing test transactions within the Rell
testing framework, enabling developers to simulate and validate transaction behaviors.
The rell.test.op
type represents a Rell operation within the Rell testing framework, allowing developers
to create, sign, and run operations as part of their test scenarios.