Tests renamed.
To correspond to prevous changes. To be more intuitive.
This commit is contained in:
		| @@ -143,10 +143,10 @@ namespace GameServiceWarden.Core.Tests.Modules.Games | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         [Fact] |         [Fact] | ||||||
|         public void ServiceLogPipeName_ServiceNotStarted_NullReturned() |         public void ServiceLogPipeName_ServiceNotStarted_PipeNameReturned() | ||||||
|         { |         { | ||||||
|             //Given |             //Given | ||||||
|             const string SERVICE_NAME = "ServiceLogPipeName_ServiceNotStarted_NullReturned"; |             const string SERVICE_NAME = "ServiceLogPipeName_ServiceNotStarted_PipeNameReturned"; | ||||||
|             IService stubService = new FakeService(); |             IService stubService = new FakeService(); | ||||||
|             ServiceDescriptor serviceInfo = new ServiceDescriptor(stubService, SERVICE_NAME, "FakeModule", "FakeAssembly"); |             ServiceDescriptor serviceInfo = new ServiceDescriptor(stubService, SERVICE_NAME, "FakeModule", "FakeAssembly"); | ||||||
|             //Then |             //Then | ||||||
|   | |||||||
| @@ -185,11 +185,11 @@ namespace GameServiceWarden.Core.Tests.Modules.Games | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         [Fact] |         [Fact] | ||||||
|         public void StopService_Stopped_StateUpdated() |         public void StopService_ServiceStartedThenStopped_StateUpdated() | ||||||
|         { |         { | ||||||
|             //Given |             //Given | ||||||
|             const string ASSEMBLY_NAME = "FakeAssembly"; |             const string ASSEMBLY_NAME = "FakeAssembly"; | ||||||
|             const string FAKE_SERVICE_NAME = "StopService_Stopped_StateUpdated"; |             const string FAKE_SERVICE_NAME = "StopService_ServiceStartedThenStopped_StateUpdated"; | ||||||
|             FakePersistence<IReadOnlyDictionary<string, IServiceModule>> stubPersistentModuleDictionary = new FakePersistence<IReadOnlyDictionary<string, IServiceModule>>(); |             FakePersistence<IReadOnlyDictionary<string, IServiceModule>> stubPersistentModuleDictionary = new FakePersistence<IReadOnlyDictionary<string, IServiceModule>>(); | ||||||
|             FakePersistence<ServiceDescriptor> stubPersistentServiceDictionary = new FakePersistence<ServiceDescriptor>(); |             FakePersistence<ServiceDescriptor> stubPersistentServiceDictionary = new FakePersistence<ServiceDescriptor>(); | ||||||
|             FakeServiceManagerMonitor stubMonitor = new FakeServiceManagerMonitor(); |             FakeServiceManagerMonitor stubMonitor = new FakeServiceManagerMonitor(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user