mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Refactored IntegrationTests to work with Nunit3 VS adapter.
This commit is contained in:
parent
2fa3873503
commit
71ecc96c70
36 changed files with 804 additions and 318 deletions
|
@ -10,11 +10,6 @@ namespace NzbDrone.Core.Test.Framework
|
|||
{
|
||||
public abstract class CoreTest : TestBase
|
||||
{
|
||||
protected string ReadAllText(params string[] path)
|
||||
{
|
||||
return File.ReadAllText(Path.Combine(path));
|
||||
}
|
||||
|
||||
protected void UseRealHttp()
|
||||
{
|
||||
Mocker.SetConstant<IHttpProvider>(new HttpProvider(TestLogger));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue