OnInstall True Notation

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

OnInstall = true notation?

Use the @IsTest(OnInstall=true) annotation to specify which Apex tests are


executed during package installation. This annotation is used for tests in
managed or unmanaged packages.

You might also like