Bickle.Tests.FakeResultListener.Pending C# (CSharp) Method

Pending() public method

public Pending ( IExample example ) : void
example IExample
return void
        public void Pending(IExample example)
        {
            Calls.Add("Pending - " + example.FullName);
        }