Updated to exceptron api v1a

This commit is contained in:
kay.one 2012-04-29 18:24:24 -07:00
commit 16eecb3b4f
46 changed files with 52399 additions and 32 deletions

View file

@ -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()
{