Index: test/DeltaShell/DeltaShell.Tests/TestObjects/TestApplication.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -reac97eab4acc4d2698cdc33a310e4fe843d54607 --- test/DeltaShell/DeltaShell.Tests/TestObjects/TestApplication.cs (.../TestApplication.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ test/DeltaShell/DeltaShell.Tests/TestObjects/TestApplication.cs (.../TestApplication.cs) (revision eac97eab4acc4d2698cdc33a310e4fe843d54607) @@ -7,7 +7,6 @@ using DelftTools.Shell.Core.Dao; using DelftTools.Shell.Core.Services; using DelftTools.Shell.Core.Workflow; -using DelftTools.Utils.Threading; namespace DeltaShell.Tests.TestObjects { @@ -22,31 +21,6 @@ public event Action AfterRun; - public IList DisabledPlugins - { - get - { - throw new NotImplementedException(); - } - set - { - throw new NotImplementedException(); - } - } - - public IProjectRepository ProjectRepository { get; private set; } - public NotifyingThreadQueue CurrentActivities { get; private set; } - - public bool IsProjectCreatedInTemporaryDirectory { get; set; } - - public string ApplicationNameAndVersion - { - get - { - return "DeltaShell"; - } - } - public int DisposeCallCount { get; private set; } public IList Plugins { get; set; } @@ -120,26 +94,6 @@ public string PluginVersions { get; private set; } public bool IsDataAccessSynchronizationDisabled { get; set; } - public void LoadPluginsFromPath(string path) - { - throw new NotImplementedException(); - } - - public void InitializeProjectRepositoryFactory(IProjectRepositoryFactory factory) - { - throw new NotImplementedException(); - } - - public void ExportProjectItem(IProjectItem projectItem, string targetProjectRepositoryPath, bool includeLinkedFiles) - { - throw new NotImplementedException(); - } - - public string GetNewFileBasedItemPath(string fileNamePrefix, string fileNameSuffix) - { - throw new NotImplementedException(); - } - public ApplicationPlugin GetPluginForType(Type type) { throw new NotImplementedException();