Dev2.Core.Tests.Webs.WebSourceCallbackHandlerMock.StartUriProcess C# (CSharp) Method

StartUriProcess() protected method

protected StartUriProcess ( string uri ) : void
uri string
return void
        protected override void StartUriProcess(string uri)
        {
            StartUriProcessHitCount++;
        }