StoryTeller.Workspace.ResultPersistor.FileNameFor C# (CSharp) Méthode

FileNameFor() public static méthode

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

Same methods

ResultPersistor::FileNameFor ( string locator ) : string