コード例 #1
0
		void CreateViewModelUsingCreatedRecentRepository()
		{
			CreateMachineCache();
			CreateOptions();
			fakeProcess = new FakeProcess();
			CreateViewModel(options);
		}
コード例 #2
0
		void CreateViewModelUsingCreatedRecentRepository()
		{
			CreateMachineCache();
			fakeProcess = new FakeProcess();
			viewModel = new PackageManagementOptionsViewModel(fakeRecentRepository, fakeMachineCache, fakeProcess);			
		}