StoryTeller.Workspace.ResultPersistor.FileNameFor C# (CSharp) Method

FileNameFor() public static method

public static FileNameFor ( System.Test test ) : string
test System.Test
return string
        public static string FileNameFor(Test test)
        {
            string locator = test.GetPath().Locator;
            return FileNameFor(locator);
        }

Same methods

ResultPersistor::FileNameFor ( string locator ) : string