コード例 #1
0
        /// <summary>
        /// Gets a summary of the detect result.
        /// </summary>
        /// <returns>Detect result.</returns>
        public object GetSUTSummary()
        {
            DetectionResultControl SUTSummaryControl = new DetectionResultControl();

            SUTSummaryControl.LoadDetectionInfo(detectionInfo);
            return(SUTSummaryControl);
        }
コード例 #2
0
        /// <summary>
        /// Get a summary of the detection result.
        /// </summary>
        /// <returns>Detection result.</returns>
        public List <ResultItemMap> GetSUTSummary()
        {
            DetectionResultControl SUTSummaryControl = new DetectionResultControl();

            return(SUTSummaryControl.LoadDetectionInfo(detectionInfo));
        }