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

EmptyJsonResponseTest() private method

private EmptyJsonResponseTest ( AttributionHandler attributionHandler ) : void
attributionHandler AdjustSdk.Pcl.AttributionHandler
return void
        private void EmptyJsonResponseTest(AttributionHandler attributionHandler)
        {
            StartGetAttributionTest(attributionHandler, ResponseType.EMPTY_JSON);

            Assert.Verbose("Response: {{ }}");

            Assert.Info("No message found");

            // check attribution was called without ask_in
            Assert.Test("ActivityHandler UpdateAttribution, Null");

            Assert.Test("ActivityHandler SetAskingAttribution, False");
        }