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

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

private NullClientTest ( AttributionHandler attributionHandler ) : void
attributionHandler AdjustSdk.Pcl.AttributionHandler
Результат void
        private void NullClientTest(AttributionHandler attributionHandler)
        {
            StartGetAttributionTest(attributionHandler: attributionHandler, responseType: ResponseType.NULL);

            // check error
            Assert.Error("Failed to get attribution (Object reference not set to an instance of an object.)");

            // check response was not logged
            Assert.NotVerbose("Response");
        }