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

ClientExceptionTest() private method

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

            // check the client error
            Assert.Error("Failed to get attribution (testResponseError)");
        }