Exemplo n.º 1
0
        /// <summary>
        /// Writes all info to the report file
        /// </summary>
        public void Flush()
        {
            removeChildTests();

            reportInstance.WriteAllResources(testList, systemInfo);

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

            systemInfo.Clear();
        }