public void LogTestEntry_Directly() { googleAnalytics.SetUserCookie(12345); // at the moment there is no way to verify that the next command will actually work (see note on LogEntry method) googleAnalytics.LogEntry("Test_Utils_GoogleAnalytics", "LogTestEntry"); }