C# Класс NUnit.Framework.Internal.AsyncTestMethodTests

Показать файл Открыть проект

Приватные методы

Метод Описание
GetTestCase ( IMethodInfo method, ResultState resultState, int assertionCount, bool ignoreThis ) : TestCaseData

Private method to return a test case, optionally ignored on the Linux platform. We use this since the Platform attribute is not supported on TestCaseData.

Method ( string name ) : IMethodInfo
RunTests ( IMethodInfo method, ResultState resultState, int assertionCount ) : void
Setup ( ) : void