Ejemplo n.º 1
0
        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();
        }
Ejemplo n.º 2
0
 static WixTests()
 {
     WixTests.SetTestFalvor();
 }