Exemple #1
0
        public void CheckSetup()
        {
            var expectedAccountID = "UA-37594728-3";

            Assert.AreEqual(googleAnalytics.AccountID, expectedAccountID, "Account id");
            googleAnalytics.SetUserCookie(12345);
            Assert.NotNull(googleAnalytics.UserCookie, "UserCookie was null");
        }