public void NullReturned() { WixDocument doc = new WixDocument(); Assert.IsNull(doc.GetValue("test")); }