mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Updated to exceptron api v1a
This commit is contained in:
parent
bb9e4c88ce
commit
16eecb3b4f
46 changed files with 52399 additions and 32 deletions
|
@ -63,6 +63,11 @@ namespace NzbDrone.Core.Test.Framework
|
|||
}
|
||||
}
|
||||
|
||||
protected static void ThrowException()
|
||||
{
|
||||
throw new ApplicationException("This is a message for test exception");
|
||||
}
|
||||
|
||||
[TearDown]
|
||||
public void CoreTestTearDown()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue