Exemple #1
0
        public void CreateDataFeedTest()
        {
            DataFeed  target = new DataFeed(null, null);
            DataEntry entry  = target.CreateFeedEntry() as DataEntry;

            Assert.IsNotNull(entry, "better have a DataEntry here");
        }