Method | Description | |
---|---|---|
CleanDetails ( ) : void | ||
CreateMutants ( ) : void | ||
Dispose ( ) : void | ||
LoadDetails ( Mutant mutant ) : void | ||
OnTestingStarting ( string directory, Mutant mutant ) : void | ||
PauseOperations ( ) : void | ||
ResumeOperations ( ) : void | ||
RunCore ( ) : Task | ||
RunMutationSession ( IObservable |
||
RunTests ( ) : void | ||
SaveResults ( ) : |
||
SessionController ( IDispatcherExecute dispatcher, CommonServices svc, |
||
StopOperations ( ) : void | ||
TestWithHighPriority ( Mutant mutant ) : void |
Method | Description | |
---|---|---|
CheckForTestingErrors ( Mutant changelessMutant ) : bool |
|
|
Finish ( ) : void | ||
FinishWithError ( ) : void | ||
RaiseMinorStatusUpdate ( OperationsState type, ProgressUpdateMode mode ) : void | ||
RaiseMinorStatusUpdate ( OperationsState type, int progress ) : void | ||
RunTestsInternal ( ) : void | ||
Subscribe ( IObservable |
public OnTestingStarting ( string directory, Mutant mutant ) : void | ||
directory | string | |
mutant | Mutant | |
return | void |
public RunMutationSession ( IObservable |
||
controlSource | IObservable |
|
return | Task |
public SaveResults ( ) : |
||
return |
public SessionController ( IDispatcherExecute dispatcher, CommonServices svc, |
||
dispatcher | IDispatcherExecute | |
svc | CommonServices | |
mutantDetailsController | ||
mutantsContainer | IMutantsContainer | |
testsContainer | ITestsContainer | |
resultsSavingFactory | IFactory |
|
testingProcessFactory | IFactory |
|
testingMutantFactory | IRootFactory |
|
choices | MutationSessionChoices | |
options | OptionsModel | |
return | System |
public TestWithHighPriority ( Mutant mutant ) : void | ||
mutant | Mutant | |
return | void |