Solidity Test Internal Function
Apr 8, 2023 · 3 min read · To test an internal solidity function, create a child contract that inherits from the contract being tested, wrap the parent contract’s internal function with an external one, then test the external function in the child. Foundry calls this inheritin...
Join discussion















