public void Can_bury() { _mockSocket.Expect("bury 123 456\r\n", "BURIED\r\n"); Assert.IsTrue(_client.Bury(123, 456)); _mockSocket.Verify(); }