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

BeginTimer() public method

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