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 |
public ResultsSavingController ( ResultsSavingViewModel viewModel, IFileSystem fs, CommonServices svc, XmlResultsGenerator generator ) : System | ||
viewModel | ResultsSavingViewModel | |
fs | IFileSystem | |
svc | CommonServices | |
generator | XmlResultsGenerator | |
return | System |
public Run ( MutationTestingSession currentSession ) : void | ||
currentSession | MutationTestingSession | |
return | void |
public SaveResults ( string path = null ) : Task | ||
path | string | |
return | Task |