1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/NzbDrone.Core.Test/Framework/TestDbHelper.cs

21 lines
453 B
C#
Raw Normal View History

2011-05-22 19:53:21 +03:00
// ReSharper disable RedundantUsingDirective
using System;
using System.Collections.Generic;
using System.IO;
2011-04-22 22:16:52 +03:00
using FizzWare.NBuilder;
2012-01-25 06:09:49 +03:00
using FluentAssertions;
using Moq;
2012-01-25 06:09:49 +03:00
using NzbDrone.Common;
2011-06-05 09:02:31 +03:00
using NzbDrone.Core.Datastore;
2011-04-04 06:50:12 +03:00
using NzbDrone.Core.Providers.Core;
2011-04-22 22:16:52 +03:00
using NzbDrone.Core.Repository;
using NzbDrone.Core.Repository.Quality;
2011-06-15 05:31:41 +03:00
using PetaPoco;
namespace NzbDrone.Core.Test.Framework
{
internal static class TestDbHelper
{
2013-01-20 02:55:58 +03:00
}
2011-04-10 05:44:01 +03:00
}