DefaultExtensionDependencyCheckerTest.cs (11)
19var alphaFilePath = LoaderTestResources.Alpha.WriteToFile(directory.Path, "Alpha.dll");
38var alphaFilePath = LoaderTestResources.Alpha.WriteToFile(directory.Path, "Alpha.dll");
39var betaFilePath = LoaderTestResources.Beta.WriteToFile(directory.Path, "Beta.dll");
40var gammaFilePath = LoaderTestResources.Gamma.WriteToFile(directory.Path, "Gamma.dll");
41var deltaFilePath = LoaderTestResources.Delta.WriteToFile(directory.Path, "Delta.dll");
62var alphaFilePath = LoaderTestResources.Beta.WriteToFile(directory.Path, "Alpha.dll");
63var betaFilePath = LoaderTestResources.Beta.WriteToFile(directory.Path, "Beta.dll");
64var gammaFilePath = LoaderTestResources.Gamma.WriteToFile(directory.Path, "Gamma.dll");
65var deltaFilePath = LoaderTestResources.Delta.WriteToFile(directory.Path, "Delta.dll");
72LoaderTestResources.Alpha.WriteToFile(directory.Path, "Alpha.dll");
88var deltaFilePath = LoaderTestResources.Delta.WriteToFile(directory.Path, "Delta.dll");