using System; using Aggregator.Parser; using Aggregator.Classes; using Xunit; namespace Aggregator.Tests { public static class ParserServiceTests { private static Config TestConfig = new Config() { Source = "BBC", Title = 0, Description = 1, ArticleLink = 2, ImageLink = 5, PublishDate = 4 }; } }