public void InstallWallpaper() { var U = new Wallpaper(_Global.TestDirectory + "Panda.jpg"); if (U.Install() != Status.Success) { Assert.Fail(); } }