setDictionary
Signatureโ
function setDictionary(address target, address dictionary) internal;
Descriptionโ
Allows for the manual setting or updating for the target address of the dictionary contract used in tests. This method is crucial for testing contracts with different configurations or dependencies.
Exampleโ
setDictionary(proxy, dictionary);