C# Class AvalonStudio.TestFrameworks.Catch.CatchTestFramework

Inheritance: ITestFramework
Show file Open project: VitalElement/AvalonStudio

Public Methods

Method Description
EnumerateTestsAsync ( IProject project ) : Task>
RunTestAsync ( Test test, IProject project ) : System.Threading.Tasks.Task

Method Details

EnumerateTestsAsync() public method

public EnumerateTestsAsync ( IProject project ) : Task>
project IProject
return Task>

RunTestAsync() public method

public RunTestAsync ( Test test, IProject project ) : System.Threading.Tasks.Task
test Test
project IProject
return System.Threading.Tasks.Task