StoryTeller.Workspace.ResultPersistor.FileNameFor C# (CSharp) Метод

FileNameFor() публичный статический Метод

public static FileNameFor ( System.Test test ) : string
test System.Test
Результат string
        public static string FileNameFor(Test test)
        {
            string locator = test.GetPath().Locator;
            return FileNameFor(locator);
        }

Same methods

ResultPersistor::FileNameFor ( string locator ) : string