public void connectionstring_should_return_empty() { sut.FileName = string.Empty; Assert.AreEqual("", sut.GetConnectionString()); }