Exemple #1
0
        public static AtomPublishingControlSyndicationExtensionContext CreateContext1()
        {
            var nyc = new AtomPublishingControlSyndicationExtensionContext();

            //nyc.Latitude = 40;
            //nyc.Longitude = -74;
            return(nyc);
        }
Exemple #2
0
        public void AtomPublishingControl_ContextTest()
        {
            AtomPublishingControlSyndicationExtension        target   = CreateExtension1();
            AtomPublishingControlSyndicationExtensionContext expected = CreateContext1();
            AtomPublishingControlSyndicationExtensionContext actual   = target.Context;

            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }