C# Class VisualMutator.Controllers.ResultsSavingController

Inheritance: Model.Controller
ファイルを表示 Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
BrowsePath ( ) : void
Close ( ) : void
ResultsSavingController ( ResultsSavingViewModel viewModel, IFileSystem fs, CommonServices svc, XmlResultsGenerator generator ) : System
Run ( MutationTestingSession currentSession ) : void
SaveResults ( string path = null ) : Task

Method Details

BrowsePath() public method

public BrowsePath ( ) : void
return void

Close() public method

public Close ( ) : void
return void

ResultsSavingController() public method

public ResultsSavingController ( ResultsSavingViewModel viewModel, IFileSystem fs, CommonServices svc, XmlResultsGenerator generator ) : System
viewModel ResultsSavingViewModel
fs IFileSystem
svc CommonServices
generator XmlResultsGenerator
return System

Run() public method

public Run ( MutationTestingSession currentSession ) : void
currentSession MutationTestingSession
return void

SaveResults() public method

public SaveResults ( string path = null ) : Task
path string
return Task