/// <summary>
        /// Writes all info to the report file
        /// </summary>
        public void Flush()
        {
            removeChildTests();

            reportInstance.WriteAllResources(testList, systemInfo);

            if (testList != null)
            {
                systemInfo.Clear();
            }
        }
Beispiel #2
0
        /// <summary>
        /// Writes all info to the report file
        /// </summary>
        public void Flush()
        {
            reportInstance.WriteAllResources(testList, systemInfo);

            systemInfo.Clear();
        }