Spinach.Test_Core.returnError C# (CSharp) 메소드

returnError() 공개 메소드

public returnError ( ) : string
리턴 string
        public string returnError()
        {
            return strBuilder.ToString();
        }