예제 #1
0
        public void PropertyGetFetch_TimeExpiresSetNull()
        {
            TransferOption oOptions      = new TransferOption();
            const string   expectedValue = "";

            oOptions.TimeExpiresSetNull();
            Assert.IsTrue(oOptions.ChangeList.ValueExists("TimeExpires", expectedValue), "TimeExpires value get fetch failed");
        }