public void TestAddtoBuffer(char x) { CircularBuffer c = new CircularBuffer(); // act c.AddtoBuffer(x); // assert }