Allow a deployed contract to be redeployed. A user might want to deploy a contract before running the test suite, but call for a contract refresh either prior to each test or in a particular test. The user might not want to handle redeploying manually with ContractDeployer.deploy() effectively creating a new account name each time, nor do they want to ContractDeployer.deployWithName() against a static account reference.
Allow a deployed contract to be redeployed. A user might want to deploy a contract
beforerunning the test suite, but call for a contract refresh either prior to each test or in a particular test. The user might not want to handle redeploying manually withContractDeployer.deploy()effectively creating a new account name each time, nor do they want toContractDeployer.deployWithName()against a static account reference.