C# Class VisualMutator.Controllers.AutoCreationController

Afficher le fichier Open project: visualmutator/visualmutator

Méthodes publiques

Méthode Description
AutoCreationController ( IDispatcherExecute dispatcher, CreationViewModel viewModel, ITypesManager typesManager, SessionConfiguration sessionConfiguration, OptionsModel options, IFactory sessionCreatorFactory, IDispatcherExecute execute, CommonServices svc ) : System
Run ( MethodIdentifier singleMethodToMutate = null, List testAssemblies = null, bool auto = false ) : Task

Méthodes protégées

Méthode Description
AcceptChoices ( ) : MutationSessionChoices
CommandOk ( ) : void

Private Methods

Méthode Description
ShowError ( Exception exc ) : void
WaitForResult ( bool auto, Task mainTask ) : Task

Method Details

AcceptChoices() protected méthode

protected AcceptChoices ( ) : MutationSessionChoices
Résultat MutationSessionChoices

AutoCreationController() public méthode

public AutoCreationController ( IDispatcherExecute dispatcher, CreationViewModel viewModel, ITypesManager typesManager, SessionConfiguration sessionConfiguration, OptionsModel options, IFactory sessionCreatorFactory, IDispatcherExecute execute, CommonServices svc ) : System
dispatcher IDispatcherExecute
viewModel CreationViewModel
typesManager ITypesManager
sessionConfiguration SessionConfiguration
options OptionsModel
sessionCreatorFactory IFactory
execute IDispatcherExecute
svc CommonServices
Résultat System

CommandOk() protected méthode

protected CommandOk ( ) : void
Résultat void

Run() public méthode

public Run ( MethodIdentifier singleMethodToMutate = null, List testAssemblies = null, bool auto = false ) : Task
singleMethodToMutate MethodIdentifier
testAssemblies List
auto bool
Résultat Task