RareSkillsforRareSkillsrareskills.hashnode.net·Apr 8, 2023Solidity Test Internal FunctionTo 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...SolidityAdd a thoughtful commentNo comments yetBe the first to start the conversation.