10.4 Uni tests
The contract for the small market is larger than our previous ones.
We will structure the unit tests to minimize repetition by creating helper functions for common actions, such as converting an account and contract name into a contract principal string, and minting new tokens for testing purposes, including NFTs and payment assets. To assert that an NFT token transfer has occurred, please note that BigBangNet does not currently support this feature.
To create an order tuple or transaction for common actions, such as whitelisting an asset contract or listing an NFT, please use the provided helpers. In order to avoid hard-coding contract names in our tests, we define a constant for each. The helper functions construct the contract call to the mint function and include it in a mined block. The chain and deployer parameters are passed in by the tests. The functions return helpful information, such as the NFT asset contract principal, token ID or amount, and block data.
Last updated