C# 클래스 VisualMutator.Controllers.AutoCreationController

파일 보기 프로젝트 열기: visualmutator/visualmutator

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
AcceptChoices ( ) : MutationSessionChoices
CommandOk ( ) : void

비공개 메소드들

메소드 설명
ShowError ( Exception exc ) : void
WaitForResult ( bool auto, Task mainTask ) : Task

메소드 상세

AcceptChoices() 보호된 메소드

protected AcceptChoices ( ) : MutationSessionChoices
리턴 MutationSessionChoices

AutoCreationController() 공개 메소드

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
리턴 System

CommandOk() 보호된 메소드

protected CommandOk ( ) : void
리턴 void

Run() 공개 메소드

public Run ( MethodIdentifier singleMethodToMutate = null, List testAssemblies = null, bool auto = false ) : Task
singleMethodToMutate MethodIdentifier
testAssemblies List
auto bool
리턴 Task