public void SetUp() { ddna = DDNA.Instance; ddna.Settings.UseEventStore = false; ddna.Settings.BackgroundEventUpload = false; ddna.Awake(); uut = new DDNAImpl(ddna); }
public void SetUp() { config = new Configuration() { environmentKeyDev = "envKeyDev", environmentKeyLive = "envKeyLive", environmentKey = 0, collectUrl = "https://collectUrl", engageUrl = "https://engageUrl" }; uut = DDNA.Instance; uut.Settings.BackgroundEventUpload = false; uut.Awake(); }