mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
More update tests
This commit is contained in:
parent
207550176c
commit
60d598f2c1
3 changed files with 123 additions and 56 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue