1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-06 19:49:02 +00:00
Sonarr/NzbDrone.Core.Test/Framework/TestDbHelper.cs

21 lines
453 B
C#
Raw Normal View History

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