예제 #1
0
        public void SetUp()
        {
            view       = new TestStopConditionsView();
            conditions = new TestStopConditions();

            view.Conditions = conditions;

            conditions.TimeoutInSeconds = 60;

            view.Handle(new ProjectLoaded(new Project()
            {
                TimeoutInSeconds = 30
            }));
        }
        public void SetUp()
        {
            view = new TestStopConditionsView();
            conditions = new TestStopConditions();

            view.Conditions = conditions;

            conditions.TimeoutInSeconds = 60;

            view.Handle(new ProjectLoaded(new Project()
            {
                TimeoutInSeconds = 30
            }));
        }