public void Clears_Data() { SetupTest(); stringStore.Set("test 1", "test 1"); stringStore.Set("test 2", "test 2"); stringStore.ClearAll(); Assert.AreEqual(0, stringStore.Count); }