mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
More update tests
This commit is contained in:
@@ -24,7 +24,7 @@ namespace NzbDrone.Test.Common
|
||||
}
|
||||
|
||||
[SetUp]
|
||||
public virtual void TestBaseSetup()
|
||||
public void TestBaseSetup()
|
||||
{
|
||||
if (Directory.Exists(TempFolder))
|
||||
{
|
||||
@@ -36,6 +36,12 @@ namespace NzbDrone.Test.Common
|
||||
Mocker = new AutoMoqer();
|
||||
}
|
||||
|
||||
[TearDown]
|
||||
public void TestBaseTearDown()
|
||||
{
|
||||
Mocker.VerifyAllMocks();
|
||||
}
|
||||
|
||||
protected virtual void WithStrictMocker()
|
||||
{
|
||||
Mocker = new AutoMoqer(MockBehavior.Strict);
|
||||
|
Reference in New Issue
Block a user