Automata.Tests.MyTestContext.EndTimer C# (CSharp) Method

EndTimer() public method

public EndTimer ( string timerName ) : void
timerName string
return void
        public override void EndTimer(string timerName)
        {
            throw new NotImplementedException();
        }