C# Class NUnit.Framework.Internal.AsyncTestMethodTests

Show file Open project: nunit/nunit

Private Methods

Method Description
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