AdjustTest.Pcl.TestAttributionHandler.CallCheckAttributionWithGet C# (CSharp) Method

CallCheckAttributionWithGet() private method

private CallCheckAttributionWithGet ( AttributionHandler attributionHandler, ResponseType responseType, string response ) : void
attributionHandler AdjustSdk.Pcl.AttributionHandler
responseType ResponseType
response string
return void
        private void CallCheckAttributionWithGet(AttributionHandler attributionHandler,
                                         ResponseType responseType,
                                         string response)
        {
            StartGetAttributionTest(attributionHandler, responseType);

            // the response logged
            Assert.Verbose(response);
        }