AdjustTest.Pcl.TestAttributionHandler.WrongJsonTest C# (CSharp) Метод

WrongJsonTest() приватный Метод

private WrongJsonTest ( AttributionHandler attributionHandler ) : void
attributionHandler AdjustSdk.Pcl.AttributionHandler
Результат 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");
        }