Bickle.Tests.FakeResultListener.Pending C# (CSharp) 메소드

Pending() 공개 메소드

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