Adding some structure to NzbDrone.Core.Test

This commit is contained in:
Keivan Beigi 2011-10-20 16:42:17 -07:00
commit e5c4f34e0e
41 changed files with 1673 additions and 1745 deletions

View file

@ -1,19 +1,7 @@
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.ServiceModel.Syndication;
using AutoMoq;
using FizzWare.NBuilder;
using FluentAssertions;
using Moq;
using NUnit.Framework;
using NzbDrone.Core.Model;
using NzbDrone.Core.Providers;
using NzbDrone.Core.Providers.Core;
using NzbDrone.Core.Providers.Indexer;
using NzbDrone.Core.Repository;
using NzbDrone.Core.Repository.Quality;
using NzbDrone.Core.Test.Framework;
namespace NzbDrone.Core.Test