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

WrongJsonTest() private method

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

            Assert.Verbose("Response: not a json response");

            Assert.Error("Failed to parse json response (Unexpected character encountered while parsing");
        }