public void ByteCounterMothereff() { var byteCounter = new ByteCounterCrawler.ByteCounter(); var count = byteCounter.Count("Desd"); Assert.Equal(4, count); }
public void ByteCounter() { var byteCounter = new ByteCounterCrawler.ByteCounter("", ""); var count = byteCounter.Count("Desde"); Assert.Equal(5, count); }