コード例 #1
0
		public void InitBase()
		{
			if (!PropertyService.Initialized) {
				PropertyService.InitializeService(String.Empty, String.Empty, String.Empty);
			}
			context = new MockRunTestCommandContext();
			runTestCommand = new DerivedRunTestCommand(context);
		}
		public void Init()
		{
			runTestCommandContext = new MockRunTestCommandContext();
			runTestCommand = new DerivedRunTestCommand(runTestCommandContext);
		}
コード例 #3
0
		void CreateRunTestCommand()
		{
			runTestCommandContext = new MockRunTestCommandContext();
			runTestCommand = new DerivedRunTestCommand(runTestCommandContext);
		}