public void Should_Not_Install_Addins_Present_On_Disc() { // Given var fixture = new ScriptProcessorFixture(); fixture.GivenToolFilesAlreadyHaveBeenDownloaded(); // When fixture.InstallTools(); // Then fixture.Installer.Received(0) .InstallPackage(Arg.Any <NuGetPackage>(), Arg.Any <DirectoryPath>()); }