Exemplo n.º 1
0
        public void TestGetServerName()
        {
            XElement config = new XElement("config");

            Assert.AreEqual("(local)", NullHandlingExtensions.GetServerName1(config));
            Assert.AreEqual("(local)", NullHandlingExtensions.GetServerName2(config));
        }
Exemplo n.º 2
0
 public void TestTimeStamp()
 {
     string foo = NullHandlingExtensions.ExpandTimeStamp(null);
 }