Make sure that the balance increases after a harvest
forkPreState()
/ forkPostState()
: Capture vault balance and price per share before/after harvestgetStateChangesUint()
: Monitor all balance changes during transaction executionregisterCallTrigger()
: Trigger on harvest function callsNote: Full examples with tests available in the Phylax Assertion Examples Repository.