public static void AssemblyInitialize(TestContext context) { // set the build flavor WixTests.SetTestFalvor(); // Set the location of MSBuild WixTests.SetMSBuildPaths(); // Set the location of the built output. WixTests.SetWixBuildDirectory(); // Set the location of the binaries WixTests.SetWixToolsPathDirectory(); // Set the WIX environment variable WixTests.SetWIXEnvironmentVariable(); // Initialize the random number generators' seed WixTests.InitializeSeed(); }
static WixTests() { WixTests.SetTestFalvor(); }