Beispiel #1
0
        public Report()
        {
            _id = Guid.NewGuid();

            CategoryMap = new Dictionary<string, List<Test>>();
            StartTime = DateTime.Now;
            SystemInfo = new StandardSystemInfo().GetInfo();
            TestRunnerLogs = new List<string>();
        }
Beispiel #2
0
        public Report()
        {
            _id = Guid.NewGuid();

            CategoryMap    = new Dictionary <string, List <Test> >();
            StartTime      = DateTime.Now;
            SystemInfo     = new StandardSystemInfo().GetInfo();
            TestRunnerLogs = new List <string>();
        }