StoryTeller.Execution.TestStatusMessage.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
        public override string ToString()
        {
            return "Test {0}, Step {1} of {2} ({3}) with {4}".ToFormat(TestPath, CompletedSteps, TotalSteps, CurrentActivity, Counts);
        }
TestStatusMessage