Beispiel #1
0
        /// <summary>
        /// Closes the underlying stream and clears all resources
        /// </summary>
        public void Close()
        {
            Flush();

            reportInstance.Terminate(testList);

            if (testList != null)
            {
                testList.Clear();
            }
        }
        /// <summary>
        /// Closes the underlying stream and clears all resources
        /// </summary>
        public void Close()
        {
            removeChildTests();

            Flush();

            reportInstance.Terminate(testList);

            if (testList != null)
            {
                testList.Clear();
            }
        }