зеркало из https://github.com/stride3d/nunitlite.git
Assert: Check if TextExecutionContext.CurrentContext is valid.
This commit is contained in:
Родитель
5c6824f4b7
Коммит
ba255da522
|
@ -1915,7 +1915,9 @@ namespace NUnit.Framework
|
|||
|
||||
private static void IncrementAssertCount()
|
||||
{
|
||||
TestExecutionContext.CurrentContext.IncrementAssertCount();
|
||||
var currentContext = TestExecutionContext.CurrentContext;
|
||||
if (currentContext != null)
|
||||
currentContext.IncrementAssertCount();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Загрузка…
Ссылка в новой задаче