Beispiel #1
0
        public ExampleEnvironment()
        {
            IterationResult.Off();
            IterationResult.Tasks.On    = true;
            IterationResult.Messages.On = true;

            SetDebug(false);
        }
Beispiel #2
0
 public void Initialize()
 {
     _result         = new IterationResult(Environment);
     _specificResult = new TestResult();
     _result.Add(_specificResult);
     _result.Off();
     _result.SetFrequency(TimeStepType.Daily);
 }