16 changed files with 26 additions and 186 deletions
@ -1,29 +0,0 @@
@@ -1,29 +0,0 @@
|
||||
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
|
||||
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
|
||||
using System; |
||||
using ICSharpCode.SharpDevelop.Project; |
||||
|
||||
namespace UnitTesting.Tests.Utils |
||||
{ |
||||
/// <summary>
|
||||
/// Description of MockProjectChangeWatcher.
|
||||
/// </summary>
|
||||
public class MockProjectChangeWatcher : IProjectChangeWatcher |
||||
{ |
||||
public MockProjectChangeWatcher() |
||||
{ |
||||
} |
||||
|
||||
public void Enable() |
||||
{ |
||||
} |
||||
|
||||
public void Disable() |
||||
{ |
||||
} |
||||
|
||||
public void Rename(string newFileName) |
||||
{ |
||||
} |
||||
} |
||||
} |
||||
@ -1,29 +0,0 @@
@@ -1,29 +0,0 @@
|
||||
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
|
||||
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
|
||||
using System; |
||||
using ICSharpCode.SharpDevelop.Project; |
||||
|
||||
namespace WixBinding.Tests.Utils |
||||
{ |
||||
/// <summary>
|
||||
/// Description of MockProjectChangeWatcher.
|
||||
/// </summary>
|
||||
public class MockProjectChangeWatcher : IProjectChangeWatcher |
||||
{ |
||||
public MockProjectChangeWatcher() |
||||
{ |
||||
} |
||||
|
||||
public void Enable() |
||||
{ |
||||
} |
||||
|
||||
public void Disable() |
||||
{ |
||||
} |
||||
|
||||
public void Rename(string newFileName) |
||||
{ |
||||
} |
||||
} |
||||
} |
||||
@ -1,29 +0,0 @@
@@ -1,29 +0,0 @@
|
||||
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
|
||||
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
|
||||
using System; |
||||
using ICSharpCode.SharpDevelop.Project; |
||||
|
||||
namespace PackageManagement.Tests.Helpers |
||||
{ |
||||
/// <summary>
|
||||
/// Description of MockProjectChangeWatcher.
|
||||
/// </summary>
|
||||
public class MockProjectChangeWatcher : IProjectChangeWatcher |
||||
{ |
||||
public MockProjectChangeWatcher() |
||||
{ |
||||
} |
||||
|
||||
public void Enable() |
||||
{ |
||||
} |
||||
|
||||
public void Disable() |
||||
{ |
||||
} |
||||
|
||||
public void Rename(string newFileName) |
||||
{ |
||||
} |
||||
} |
||||
} |
||||
@ -1,29 +0,0 @@
@@ -1,29 +0,0 @@
|
||||
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
|
||||
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
|
||||
using System; |
||||
using ICSharpCode.SharpDevelop.Project; |
||||
|
||||
namespace ResourceToolkit.Tests |
||||
{ |
||||
/// <summary>
|
||||
/// Description of MockProjectChangeWatcher.
|
||||
/// </summary>
|
||||
public class MockProjectChangeWatcher : IProjectChangeWatcher |
||||
{ |
||||
public MockProjectChangeWatcher() |
||||
{ |
||||
} |
||||
|
||||
public void Enable() |
||||
{ |
||||
} |
||||
|
||||
public void Disable() |
||||
{ |
||||
} |
||||
|
||||
public void Rename(string newFileName) |
||||
{ |
||||
} |
||||
} |
||||
} |
||||
@ -1,31 +0,0 @@
@@ -1,31 +0,0 @@
|
||||
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
|
||||
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
|
||||
|
||||
using System; |
||||
using ICSharpCode.SharpDevelop.Internal.Templates; |
||||
using ICSharpCode.SharpDevelop.Project; |
||||
|
||||
namespace TextTemplating.Tests.Helpers |
||||
{ |
||||
/// <summary>
|
||||
/// Description of MockProjectChangeWatcher.
|
||||
/// </summary>
|
||||
public class MockProjectChangeWatcher : IProjectChangeWatcher |
||||
{ |
||||
public MockProjectChangeWatcher() |
||||
{ |
||||
} |
||||
|
||||
public void Enable() |
||||
{ |
||||
} |
||||
|
||||
public void Disable() |
||||
{ |
||||
} |
||||
|
||||
public void Rename(string newFileName) |
||||
{ |
||||
} |
||||
} |
||||
} |
||||
@ -1,29 +0,0 @@
@@ -1,29 +0,0 @@
|
||||
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
|
||||
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
|
||||
using System; |
||||
using ICSharpCode.SharpDevelop.Project; |
||||
|
||||
namespace ICSharpCode.SharpDevelop.Tests.Utils |
||||
{ |
||||
/// <summary>
|
||||
/// Description of MockProjectChangeWatcher.
|
||||
/// </summary>
|
||||
public class MockProjectChangeWatcher : IProjectChangeWatcher |
||||
{ |
||||
public MockProjectChangeWatcher() |
||||
{ |
||||
} |
||||
|
||||
public void Enable() |
||||
{ |
||||
} |
||||
|
||||
public void Disable() |
||||
{ |
||||
} |
||||
|
||||
public void Rename(string newFileName) |
||||
{ |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue