ERC4626StdTest
Inherits: ERC4626Test
State Variables
_underlying
ERC20 private _underlying = new ERC20Mock();
Functions
setUp
function setUp() public override;
testFuzzDecimalsOverflow
Check the case where calculated decimals
value overflows the uint8
type.
function testFuzzDecimalsOverflow(uint8 offset) public;