You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LoggerMock.Verify(l =>l.Log(LogLevel.DEBUG,"Assigned bucket [3037] to user [test_user] with bucketing ID [test_user]."),Times.Once);
487
+
LoggerMock.Verify(l =>l.Log(LogLevel.INFO,"User [test_user] is in variation [control] of experiment [test_experiment]."),Times.Once);
488
+
LoggerMock.Verify(l =>l.Log(LogLevel.INFO,"Activating user test_user in experiment test_experiment."),Times.Once);
489
+
LoggerMock.Verify(l =>l.Log(LogLevel.DEBUG,@"Dispatching impression event to URL logx.optimizely.com/decision with params {""param1"":""val1""}."),Times.Once);
0 commit comments