/// <summary> /// Get the testing log. /// </summary> /// <returns>The log entries as list of string</returns> List <string> ITestable.GetLog() { return(TestLog.Get()); }
/// <summary> /// Get the testing log. /// </summary> /// <returns>The log entries as list of string</returns> List <string> ITestable.GetLogLastTime() { return(TestLog.GetAndDelete()); }